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 85ff2e2 commit 01f3e93Copy full SHA for 01f3e93
tests/PHPStan/Analyser/nsrt/bug-12902.php
@@ -1,4 +1,4 @@
1
-<?php declare(strict_types = 1);
+<?php declare(strict_types = 1); // lint >= 8.1
2
3
namespace Bug12902;
4
@@ -30,7 +30,7 @@ public function __construct()
30
assertType('int', $this->i);
31
assertNativeType('int', $this->i);
32
33
- $this->impureCall();;
+ $this->impureCall();
34
assertType('float|int', $this->i);
35
assertNativeType('float|int', $this->i);
36
}
0 commit comments