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 bd4b7d2 commit eb3e9f4Copy full SHA for eb3e9f4
tests/PHPStan/Analyser/AnalyserIntegrationTest.php
@@ -13,6 +13,7 @@
13
use PHPStan\Type\Constant\ConstantStringType;
14
use function extension_loaded;
15
use function restore_error_handler;
16
+use function sprintf;
17
use const PHP_VERSION_ID;
18
19
class AnalyserIntegrationTest extends PHPStanTestCase
@@ -886,11 +887,6 @@ public function testBug7500(): void
886
887
$this->assertNoErrors($errors);
888
}
889
-
890
- /**
891
- *
892
- */
893
894
public function testBug7554(): void
895
{
896
$errors = $this->runAnalyse(__DIR__ . '/data/bug-7554.php');
0 commit comments