@@ -14,7 +14,6 @@ |
||
| 14 | 14 | use ApiGen\Contracts\Parser\Reflection\ConstantReflectionInterface; |
| 15 | 15 | use ApiGen\Contracts\Parser\Reflection\FunctionReflectionInterface; |
| 16 | 16 | use ApiGen\Contracts\Parser\Reflection\MethodReflectionInterface; |
| 17 | -use ApiGen\Contracts\Parser\Reflection\PropertyReflectionInterface; |
|
| 18 | 17 | |
| 19 | 18 | class ElementSorter implements ElementSorterInterface |
| 20 | 19 | { |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | |
| 12 | 12 | use ApiGen\Contracts\Parser\Reflection\Behavior\InClassInterface; |
| 13 | 13 | use ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface; |
| 14 | -use TokenReflection; |
|
| 15 | 14 | use TokenReflection\Exception\BaseException; |
| 16 | 15 | use TokenReflection\ReflectionAnnotation; |
| 17 | 16 | use TokenReflection\ReflectionClass; |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace ApiGen\Templating\Filters\Helpers; |
| 11 | 11 | |
| 12 | -use ApiGen\Configuration\Configuration; |
|
| 13 | 12 | use ApiGen\Configuration\ConfigurationOptions as CO; |
| 14 | 13 | use ApiGen\Configuration\Theme\ThemeConfigOptions as TCO; |
| 15 | 14 | use ApiGen\Contracts\Configuration\ConfigurationInterface; |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace ApiGen\Parser\Reflection; |
| 11 | 11 | |
| 12 | -use ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface; |
|
| 13 | 12 | use ApiGen\Contracts\Parser\Reflection\Magic\MagicParameterReflectionInterface; |
| 14 | 13 | use TokenReflection; |
| 15 | 14 | |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace ApiGen\Parser\Reflection; |
| 11 | 11 | |
| 12 | -use ApiGen\Configuration\ConfigurationOptions as CO; |
|
| 13 | 12 | use ApiGen\Contracts\Parser\Reflection\ClassConstantReflectionInterface; |
| 14 | 13 | use ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface; |
| 15 | 14 | use ApiGen\Contracts\Parser\Reflection\Extractors\ClassMagicElementsExtractorInterface; |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace ApiGen\Parser\Reflection; |
| 11 | 11 | |
| 12 | -use ApiGen\Contracts\Parser\Reflection\ClassReflectionInterface; |
|
| 13 | 12 | use ApiGen\Contracts\Parser\Reflection\MethodReflectionInterface; |
| 14 | 13 | use ApiGen\Parser\Reflection\Parts\Visibility; |
| 15 | 14 | |