Completed
Pull Request — master (#69)
by David
02:34
created
src/ReflectionEngine.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
             || interface_exists($fullClassName, false)
103 103
             || trait_exists($fullClassName, false)
104 104
         ) {
105
-        	return false;
105
+            return false;
106 106
         }
107 107
         return true;
108 108
     }
Please login to merge, or discard this patch.