Completed
Push — master ( a61084...308d61 )
by Andrzej
02:49
created
src/Definition/Source/PhpDocReader.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 
59 59
         $classNames = end($matches);
60 60
 		
61
-		if (!is_array($classNames)) {
61
+        if (!is_array($classNames)) {
62 62
             return;
63 63
         }
64 64
 
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
 
95 95
         $className = end($matches);
96 96
 		
97
-		if (!is_string($className)) {
97
+        if (!is_string($className)) {
98 98
             return;
99 99
         }
100 100
 
Please login to merge, or discard this patch.