Passed
Push — cleanup ( 1df3c6 )
by Luis
14:39
created
src/Parser/StructureBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
             return TypeDeclaration::absent();
97 97
         }
98 98
 
99
-        $type = null;  // There might be no type information in the comment
99
+        $type = null; // There might be no type information in the comment
100 100
         $matches = [];
101 101
         $arrayExpression = '/^[\s*]*@var\s+array\(\s*(\w+\s*=>\s*)?(\w+)\s*\).*$/m';
102 102
         if (preg_match($arrayExpression, $comment, $matches)) {
Please login to merge, or discard this patch.