Test Failed
Push — dev ( c21d30...f9b58b )
by Plamen
01:58
created
TraitHelper.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,12 +84,12 @@
 block discarded – undo
84 84
             if (property_exists(__CLASS__, $name)) {
85 85
                 $val = function (&$val) use ($nodes) {
86 86
                     $temp = &$val;
87
-    				foreach ($nodes as $key) {
87
+                    foreach ($nodes as $key) {
88 88
                         if ($key === 'last') {
89 89
                             return array_pop($temp);
90 90
                         }
91 91
                         $temp = &$temp[$key];
92
-    				}
92
+                    }
93 93
 
94 94
                     return $temp;
95 95
                 };
Please login to merge, or discard this patch.