mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Fix CS
This commit is contained in:
@@ -35,12 +35,9 @@ use phpDocumentor\Reflection\DocBlock\Tags\Factory\VarFactory;
|
|||||||
use phpDocumentor\Reflection\DocBlock\Tags\Generic;
|
use phpDocumentor\Reflection\DocBlock\Tags\Generic;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\InvalidTag;
|
use phpDocumentor\Reflection\DocBlock\Tags\InvalidTag;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Link as LinkTag;
|
use phpDocumentor\Reflection\DocBlock\Tags\Link as LinkTag;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Method;
|
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\See as SeeTag;
|
use phpDocumentor\Reflection\DocBlock\Tags\See as SeeTag;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Since;
|
use phpDocumentor\Reflection\DocBlock\Tags\Since;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Source;
|
use phpDocumentor\Reflection\DocBlock\Tags\Source;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\TemplateCovariant;
|
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Throws;
|
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Uses;
|
use phpDocumentor\Reflection\DocBlock\Tags\Uses;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Version;
|
use phpDocumentor\Reflection\DocBlock\Tags\Version;
|
||||||
use phpDocumentor\Reflection\FqsenResolver;
|
use phpDocumentor\Reflection\FqsenResolver;
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ use phpDocumentor\Reflection\DocBlock\Tags\PropertyRead;
|
|||||||
use phpDocumentor\Reflection\DocBlock\Tags\PropertyWrite;
|
use phpDocumentor\Reflection\DocBlock\Tags\PropertyWrite;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Return_;
|
use phpDocumentor\Reflection\DocBlock\Tags\Return_;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\See;
|
use phpDocumentor\Reflection\DocBlock\Tags\See;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\TagWithType;
|
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\TemplateCovariant;
|
use phpDocumentor\Reflection\DocBlock\Tags\TemplateCovariant;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Throws;
|
use phpDocumentor\Reflection\DocBlock\Tags\Throws;
|
||||||
use phpDocumentor\Reflection\DocBlock\Tags\Var_;
|
use phpDocumentor\Reflection\DocBlock\Tags\Var_;
|
||||||
|
|||||||
Reference in New Issue
Block a user