@@ -32,7 +32,7 @@ |
||
32 | 32 | $annotations = []; |
33 | 33 | preg_match_all('/@var\s*([^\s]+)/i', $docblock, $annotations, PREG_SET_ORDER); |
34 | 34 | |
35 | - if (empty($annotations) || ! isset($annotations[0][1])) { |
|
35 | + if (empty($annotations) || !isset($annotations[0][1])) { |
|
36 | 36 | throw new AnnotationNotFound; |
37 | 37 | } |
38 | 38 |