Completed
Push — 8.x-1.x ( bf3d22...d2b610 )
by Fabian
02:02
created
src/Plugin/ConfigFilterPluginManager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
    * {@inheritdoc}
62 62
    */
63 63
   protected function findDefinitions() {
64
-    $definitions = array_map(function ($definition) {
64
+    $definitions = array_map(function($definition) {
65 65
       if (empty($definition['storages'])) {
66 66
         // The sync storage is the default.
67 67
         $definition['storages'] = ['config.storage.sync'];
Please login to merge, or discard this patch.