Skip to content

Commit cb2358f

Browse files
committed
cs
1 parent e4db1df commit cb2358f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/target-repository/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
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": {

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
},

src/Rules/Explicit/ExplicitClassPrefixSuffixRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
use PHPStan\Rules\IdentifierRuleError;
1515
use PHPStan\Rules\Rule;
1616
use PHPStan\Rules\RuleErrorBuilder;
17-
use Symplify\PHPStanRules\Enum\RuleIdentifier;
1817
use function str_ends_with;
18+
use Symplify\PHPStanRules\Enum\RuleIdentifier;
1919

2020
/**
2121
* @implements Rule<ClassLike>

0 commit comments

Comments
 (0)