Skip to content

Commit 06fb2c8

Browse files
committed
cs
1 parent c92cf51 commit 06fb2c8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/Rules/PHPUnit/AttributeVersionRequirementHelper.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
use PHPStan\Rules\IdentifierRuleError;
1313
use PHPStan\Rules\RuleErrorBuilder;
1414
use PHPStan\ShouldNotHappenException;
15-
use PHPStan\Type\IntegerRangeType;
16-
use PHPStan\Type\VerbosityLevel;
1715
use function count;
1816
use function is_numeric;
1917
use function preg_match;
@@ -141,7 +139,7 @@ public function checkVersionRequirement(array $attributes, Scope $scope): array
141139
'Version requirement %s does not match %s...%s.',
142140
$versionRequirement,
143141
$pharIoVersions[0]->getVersionString(),
144-
$pharIoVersions[count($pharIoVersions) - 1]->getVersionString()
142+
$pharIoVersions[count($pharIoVersions) - 1]->getVersionString(),
145143
),
146144
)
147145
->identifier('phpunit.attributeRequiresPhpVersion')

0 commit comments

Comments
 (0)