Passed
Push — master ( a68125...6be800 )
by Aleksandr
02:05
created
Annotation/Attribute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
      */
35 35
     public function __construct(array $values)
36 36
     {
37
-        if(!array_key_exists('name', $values )){
37
+        if (!array_key_exists('name', $values)) {
38 38
             $this->name = null;
39 39
         }
40 40
 //        var_dump($values);
Please login to merge, or discard this patch.