Completed
Push — master ( 2773c2...08c605 )
by stéphane
02:18
created
yaml/NodeList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,6 +15,6 @@
 block discarded – undo
15 15
 
16 16
     public function __debugInfo():array
17 17
     {
18
-        return ['type' => Y::getName($this->type) , "dllist" => $this->dllist];
18
+        return ['type' => Y::getName($this->type), "dllist" => $this->dllist];
19 19
     }
20 20
 }
Please login to merge, or discard this patch.