Skip to content

Commit 3d61f78

Browse files
committed
manual cs fix
1 parent 9303ea4 commit 3d61f78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PHPStan/Printer/IntegrationPrinterWithPhpParserTest.php

+2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
use PHPStan\PhpDocParser\ParserConfig;
2828
use PHPUnit\Framework\TestCase;
2929
use function file_get_contents;
30+
use function str_repeat;
3031

3132
class IntegrationPrinterWithPhpParserTest extends TestCase
3233
{
34+
3335
private const TAB_WIDTH = 4;
3436

3537
/**

0 commit comments

Comments
 (0)