Skip to content

Commit 1131574

Browse files
committed
CS: blank line between different use statement types
1 parent a607236 commit 1131574

31 files changed

+40
-0
lines changed

src/DocBlock/Description.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
1717
use phpDocumentor\Reflection\DocBlock\Tags\Formatter\PassthroughFormatter;
18+
1819
use function vsprintf;
1920

2021
/**

src/DocBlock/DescriptionFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
use phpDocumentor\Reflection\Types\Context as TypeContext;
1717
use phpDocumentor\Reflection\Utils;
18+
1819
use function count;
1920
use function explode;
2021
use function implode;
@@ -25,6 +26,7 @@
2526
use function strpos;
2627
use function substr;
2728
use function trim;
29+
2830
use const PREG_SPLIT_DELIM_CAPTURE;
2931

3032
/**

src/DocBlock/ExampleFinder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
namespace phpDocumentor\Reflection\DocBlock;
1515

1616
use phpDocumentor\Reflection\DocBlock\Tags\Example;
17+
1718
use function array_slice;
1819
use function file;
1920
use function getcwd;
@@ -22,6 +23,7 @@
2223
use function rtrim;
2324
use function sprintf;
2425
use function trim;
26+
2527
use const DIRECTORY_SEPARATOR;
2628

2729
/**

src/DocBlock/Serializer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use phpDocumentor\Reflection\DocBlock;
1717
use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
1818
use phpDocumentor\Reflection\DocBlock\Tags\Formatter\PassthroughFormatter;
19+
1920
use function sprintf;
2021
use function str_repeat;
2122
use function str_replace;

src/DocBlock/StandardTagFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
use ReflectionNamedType;
4040
use ReflectionParameter;
4141
use Webmozart\Assert\Assert;
42+
4243
use function array_merge;
4344
use function array_slice;
4445
use function call_user_func_array;

src/DocBlock/Tags/Author.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
namespace phpDocumentor\Reflection\DocBlock\Tags;
1515

1616
use InvalidArgumentException;
17+
1718
use function filter_var;
1819
use function preg_match;
1920
use function trim;
21+
2022
use const FILTER_VALIDATE_EMAIL;
2123

2224
/**

src/DocBlock/Tags/Covers.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
use phpDocumentor\Reflection\Types\Context as TypeContext;
2121
use phpDocumentor\Reflection\Utils;
2222
use Webmozart\Assert\Assert;
23+
2324
use function array_key_exists;
2425
use function explode;
2526

src/DocBlock/Tags/Deprecated.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
use phpDocumentor\Reflection\DocBlock\DescriptionFactory;
1818
use phpDocumentor\Reflection\Types\Context as TypeContext;
1919
use Webmozart\Assert\Assert;
20+
2021
use function preg_match;
2122

2223
/**

src/DocBlock/Tags/Example.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
use phpDocumentor\Reflection\DocBlock\Tag;
1717
use Webmozart\Assert\Assert;
18+
1819
use function array_key_exists;
1920
use function preg_match;
2021
use function rawurlencode;

src/DocBlock/Tags/Formatter/AlignFormatter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
use phpDocumentor\Reflection\DocBlock\Tag;
1717
use phpDocumentor\Reflection\DocBlock\Tags\Formatter;
18+
1819
use function max;
1920
use function str_repeat;
2021
use function strlen;

0 commit comments

Comments
 (0)