@@ -38,7 +38,7 @@ |
||
38 | 38 | if ($typedArrayType->getType() instanceof ArrayType |
39 | 39 | || $typedArrayType->getType() instanceof UndefinedType |
40 | 40 | ) { |
41 | - return $typedArrayType; // e.g. array[][] or [][] |
|
41 | + return $typedArrayType; // e.g. array[][] or [][] |
|
42 | 42 | } |
43 | 43 | } |
44 | 44 |