We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ac757 commit ba27b70Copy full SHA for ba27b70
tests/PHPStan/Rules/Classes/NewStaticRuleTest.php
@@ -48,12 +48,12 @@ public function testBug9654(): void
48
$errors = [];
49
if (PHP_VERSION_ID < 80000) {
50
$errors[] = [
51
- 'Unsafe usage of new static()',
+ 'Unsafe usage of new static().',
52
11,
53
'See: https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static',
54
];
55
56
57
58
59
0 commit comments