Completed
Push — 8.x-1.x ( e6231a...850167 )
by Fabian
01:25
created
src/Config/FilteredStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
       $data = $filter->filterListAll($prefix, $data);
175 175
     }
176 176
     // Make sure that listAll does not return config names that don't exist.
177
-    $data = array_filter($data, function ($name) {
177
+    $data = array_filter($data, function($name) {
178 178
       return $this->exists($name) && $this->read($name) !== FALSE;
179 179
     });
180 180
     sort($data);
Please login to merge, or discard this patch.