mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Fix code style
This commit is contained in:
@@ -22,6 +22,8 @@ use PHPUnit\Framework\TestCase;
|
||||
|
||||
use function str_replace;
|
||||
|
||||
use const PHP_EOL;
|
||||
|
||||
/**
|
||||
* @coversDefaultClass \phpDocumentor\Reflection\DocBlock\DescriptionFactory
|
||||
* @covers ::<private>
|
||||
|
||||
@@ -17,6 +17,10 @@ use Mockery as m;
|
||||
use phpDocumentor\Reflection\DocBlock;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
use function str_replace;
|
||||
|
||||
use const PHP_EOL;
|
||||
|
||||
/**
|
||||
* @coversDefaultClass \phpDocumentor\Reflection\DocBlock\Serializer
|
||||
* @covers ::<private>
|
||||
|
||||
@@ -462,7 +462,6 @@ class StandardTagFactoryTest extends TestCase
|
||||
|
||||
/**
|
||||
* @return string[][]
|
||||
*
|
||||
* @phpstan-return array<string, array<int, string>>
|
||||
*/
|
||||
public function validTagProvider(): array
|
||||
@@ -526,7 +525,6 @@ class StandardTagFactoryTest extends TestCase
|
||||
|
||||
/**
|
||||
* @return string[][]
|
||||
*
|
||||
* @phpstan-return list<array<int, string>>
|
||||
*/
|
||||
public function invalidTagProvider(): array
|
||||
|
||||
@@ -23,6 +23,10 @@ use phpDocumentor\Reflection\Types\Context;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use ReflectionClass;
|
||||
|
||||
use function str_replace;
|
||||
|
||||
use const PHP_EOL;
|
||||
|
||||
/**
|
||||
* @uses \Webmozart\Assert\Assert
|
||||
* @uses \phpDocumentor\Reflection\DocBlock
|
||||
|
||||
Reference in New Issue
Block a user