Passed
Push — master ( 419cde...d38a64 )
by stéphane
02:51
created
yaml/NodeList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 class NodeList extends \SplDoublyLinkedList
14 14
 {
15 15
     /* @var null|int */
16
-    public $type = null;//Y\LITT_FOLDED;
16
+    public $type = null; //Y\LITT_FOLDED;
17 17
 
18 18
     public function __construct()
19 19
     {
Please login to merge, or discard this patch.