Skip to content

Commit b4c482c

Browse files
committed
Merge pull request #86 from andersundsehr/bugfix/pipeline | Matthias Vogel <m.vogel@andersundsehr.com> | 2025-05-13 11:22:27 +0200 | andersundsehr/grumphp-config@016b367
1 parent 731c63f commit b4c482c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"type": "path",
3030
"url": "../../",
3131
"options": {
32-
"symlink": false,
33-
"reference": "none"
32+
"reference": "none",
33+
"symlink": false
3434
}
3535
},
3636
{

src/BomFixerTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public static function getConfigurableOptions(): ConfigOptionsResolver
3535
);
3636

3737
$resolver->addAllowedTypes('triggered_by', ['array']);
38-
return ConfigOptionsResolver::fromOptionsResolver($resolver);
38+
return ConfigOptionsResolver::fromClosure($resolver->resolve(...));
3939
}
4040

4141
public function getConfig(): TaskConfigInterface

0 commit comments

Comments
 (0)