Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Oct 30, 2021
1 parent afef6dc commit fc2b308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPStan/Rules/Methods/MethodSignatureRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ public function testBug3997(): void
$this->analyse([__DIR__ . '/data/bug-3997.php'], [
[
'Return type (string) of method Bug3997\Ipsum::count() should be compatible with return type (int) of method Countable::count()',
(PHP_VERSION_ID >= 80000 || self::$useStaticReflectionProvider) ? 63 : 64,
PHP_VERSION_ID >= 80000 || self::$useStaticReflectionProvider ? 63 : 64,
],
]);
}
Expand Down

0 comments on commit fc2b308

Please sign in to comment.