Skip to content

Commit eb3e9f4

Browse files
committed
fix test
1 parent bd4b7d2 commit eb3e9f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
use PHPStan\Type\Constant\ConstantStringType;
1414
use function extension_loaded;
1515
use function restore_error_handler;
16+
use function sprintf;
1617
use const PHP_VERSION_ID;
1718

1819
class AnalyserIntegrationTest extends PHPStanTestCase
@@ -886,11 +887,6 @@ public function testBug7500(): void
886887
$this->assertNoErrors($errors);
887888
}
888889

889-
890-
/**
891-
*
892-
*/
893-
894890
public function testBug7554(): void
895891
{
896892
$errors = $this->runAnalyse(__DIR__ . '/data/bug-7554.php');

0 commit comments

Comments
 (0)