@@ -96,7 +96,7 @@ |
||
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)) { |