mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
CS: blank line between different use statement types
This commit is contained in:
@@ -8,6 +8,7 @@ use Exception;
|
||||
use InvalidArgumentException;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Throwable;
|
||||
|
||||
use function fopen;
|
||||
use function serialize;
|
||||
use function unserialize;
|
||||
|
||||
@@ -5,6 +5,7 @@ declare(strict_types=1);
|
||||
namespace phpDocumentor\Reflection\Exception;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
use const PREG_BACKTRACK_LIMIT_ERROR;
|
||||
use const PREG_BAD_UTF8_ERROR;
|
||||
use const PREG_BAD_UTF8_OFFSET_ERROR;
|
||||
|
||||
@@ -6,7 +6,9 @@ namespace phpDocumentor\Reflection;
|
||||
|
||||
use phpDocumentor\Reflection\Exception\PcreException;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
use function set_error_handler;
|
||||
|
||||
use const E_WARNING;
|
||||
|
||||
final class PregSplitTest extends TestCase
|
||||
|
||||
Reference in New Issue
Block a user