@@ -11,8 +11,8 @@ |
||
11 | 11 | namespace Codeburner\Annotator\Reflection; |
12 | 12 | |
13 | 13 | use ReflectionClass; |
14 | -use ReflectionProperty; |
|
15 | 14 | use ReflectionMethod; |
15 | +use ReflectionProperty; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * Avoid the autoload by manually including the required files. |