File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "require" : {
77 "php" : " ^7.4|^8.0" ,
8- "phpstan/phpstan" : " ^2.1.22 " ,
8+ "phpstan/phpstan" : " ^2.1.33 " ,
99 "nette/utils" : " ^3.2|^4.0" ,
10- "webmozart/assert" : " ^1.11 "
10+ "webmozart/assert" : " ^1.12 || ^2.0 "
1111 },
1212 "autoload" : {
1313 "psr-4" : {
Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " >=8.3" ,
88 "webmozart/assert" : " ^1.12 || ^2.0" ,
9- "phpstan/phpstan" : " ^2.1.30 " ,
9+ "phpstan/phpstan" : " ^2.1.33 " ,
1010 "nette/utils" : " ^4.1" ,
1111 "phpstan/phpdoc-parser" : " ^2.3"
1212 },
Original file line number Diff line number Diff line change 1414use PHPStan \Rules \IdentifierRuleError ;
1515use PHPStan \Rules \Rule ;
1616use PHPStan \Rules \RuleErrorBuilder ;
17- use Symplify \PHPStanRules \Enum \RuleIdentifier ;
1817use function str_ends_with ;
18+ use Symplify \PHPStanRules \Enum \RuleIdentifier ;
1919
2020/**
2121 * @implements Rule<ClassLike>
You can’t perform that action at this time.
0 commit comments