Passed
Push — master ( f40062...72aa71 )
by Nelson
02:53
created
src/Type.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
 
290 290
             if (!$itHas && $includeMagic) {
291 291
                 $pattern = '/\* @(?P<tag>property-read|property-write|property) +'.
292
-                           '(?P<types>([a-zA-Z]+[\[\]]*\|?)+) +(?P<property>\$'.$name.') *(?P<description>.*)/';
292
+                            '(?P<types>([a-zA-Z]+[\[\]]*\|?)+) +(?P<property>\$'.$name.') *(?P<description>.*)/';
293 293
 
294 294
                 $itHas = preg_match($pattern, $this->reflectionObject->getDocComment()) > 0;
295 295
             }
Please login to merge, or discard this patch.