CS: blank line between different use statement types

This commit is contained in:
jrfnl
2021-08-08 19:41:03 +02:00
parent a607236134
commit 11315744bf
31 changed files with 40 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ namespace phpDocumentor\Reflection\DocBlock;
use phpDocumentor\Reflection\DocBlock;
use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
use phpDocumentor\Reflection\DocBlock\Tags\Formatter\PassthroughFormatter;
use function sprintf;
use function str_repeat;
use function str_replace;