File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1313 "license" : " MIT" ,
1414 "require" : {
1515 "php" : " ^8.2" ,
16- "pestphp/pest" : " ^3.0.0 " ,
16+ "pestphp/pest" : " ^3.7.5 " ,
1717 "pestphp/pest-plugin" : " ^3.0.0"
1818 },
1919 "autoload" : {
2525 ]
2626 },
2727 "require-dev" : {
28- "pestphp/pest-dev-tools" : " ^3.0 .0"
28+ "pestphp/pest-dev-tools" : " ^3.4 .0"
2929 },
3030 "minimum-stability" : " dev" ,
3131 "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/ergebnis/phpstan-rules/rules.neon
4- - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
5-
61parameters :
72 level : max
83 paths :
94 - src
105
11- checkMissingIterableValueType : true
12- checkGenericClassInNonGenericObjectType : false
136 reportUnmatchedIgnoredErrors : true
Original file line number Diff line number Diff line change 99/**
1010 * @internal
1111 */
12- trait Example
12+ trait Example // @phpstan-ignore-line
1313{
1414 /**
1515 * Example description.
You can’t perform that action at this time.
0 commit comments