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
+2
View File
@@ -14,6 +14,7 @@ declare(strict_types=1);
namespace phpDocumentor\Reflection\DocBlock;
use phpDocumentor\Reflection\DocBlock\Tags\Example;
use function array_slice;
use function file;
use function getcwd;
@@ -22,6 +23,7 @@ use function is_readable;
use function rtrim;
use function sprintf;
use function trim;
use const DIRECTORY_SEPARATOR;
/**