mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
code styles fixes only
This commit is contained in:
@@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||
namespace phpDocumentor\Reflection;
|
||||
|
||||
use Mockery as m;
|
||||
use phpDocumentor\Reflection\DocBlock\Tags\Author;
|
||||
use phpDocumentor\Reflection\DocBlock\Tags\Deprecated;
|
||||
use phpDocumentor\Reflection\Types\Context;
|
||||
use phpDocumentor\Reflection\Types\String_;
|
||||
@@ -23,7 +22,7 @@ use PHPUnit\Framework\TestCase;
|
||||
/**
|
||||
* @uses \Webmozart\Assert\Assert
|
||||
*
|
||||
* @coversDefaultClass phpDocumentor\Reflection\DocBlock
|
||||
* @coversDefaultClass \phpDocumentor\Reflection\DocBlock
|
||||
* @covers ::<private>
|
||||
*/
|
||||
class DocBlockTest extends TestCase
|
||||
|
||||
Reference in New Issue
Block a user