Completed
Push — master ( afe563...13719e )
by Alex
07:18
created
src/Reflection/ReflectionAnnotatedClass.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.