Passed
Push — master ( b9fd01...d91d77 )
by Misha
02:42
created
src/DataBag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -310,7 +310,7 @@
 block discarded – undo
310 310
             // Filter out all nodes of the specified type
311 311
             $this->data[$entityType][$path] = array_filter(
312 312
                 $this->data[$entityType][$path],
313
-                static function ($node) use ($index) {
313
+                static function($node) use ($index) {
314 314
                     return empty($node['type']) || $node['type'] !== $index;
315 315
                 }
316 316
             );
Please login to merge, or discard this patch.