Completed
Push — master ( 287665...b804c8 )
by Vinicius
22s
created
src/Annotations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.