Completed
Push — master ( 14a8a1...89669e )
by Kirill
02:34
created
src/Support/Parser.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
             $class = $class->getParentClass();
52 52
         }
53 53
 
54
-        $this->properties = (array)call_user_func_array('array_merge', $declarations);
54
+        $this->properties = (array) call_user_func_array('array_merge', $declarations);
55 55
     }
56 56
 
57 57
     /**
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
     {
84 84
         preg_match_all($this->getPattern($accessType), $docBlock, $matches, PREG_SET_ORDER);
85 85
 
86
-        return (array)$matches;
86
+        return (array) $matches;
87 87
     }
88 88
 
89 89
     /**
Please login to merge, or discard this patch.