File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 3333 }
3434 },
3535 "require-dev" : {
36- "composer/composer" : " ^2.8.8 " ,
36+ "composer/composer" : " ^2.8.10 " ,
3737 "pestphp/pest-dev-tools" : " ^3.4.0" ,
38- "pestphp/pest" : " ^3.8.2 "
38+ "pestphp/pest" : " ^3.8.3 "
3939 },
4040 "minimum-stability" : " dev" ,
4141 "prefer-stable" : true ,
Original file line number Diff line number Diff line change 1- includes :
2- - vendor/phpstan/phpstan-strict-rules/rules.neon
3- - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
4-
51parameters :
62 level : max
73 paths :
84 - src
95
10- checkMissingIterableValueType : true
11- checkGenericClassInNonGenericObjectType : false
126 reportUnmatchedIgnoredErrors : true
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ private static function getPluginInstances(): array
6060 if (! self ::$ loaded ) {
6161 $ cachedPlugins = sprintf (
6262 '%s/../pest-plugins.json ' ,
63+ // @phpstan-ignore-next-line
6364 $ GLOBALS ['_composer_bin_dir ' ] ?? getcwd ().'/vendor/bin ' ,
6465 );
6566 $ container = Container::getInstance ();
You can’t perform that action at this time.
0 commit comments