Completed
Push — master ( 7d3219...7e688f )
by Neomerx
12:40
created
src/Settings/CacheSettingsProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,6 +174,6 @@
 block discarded – undo
174 174
             static::KEY_SETTINGS_MAP              => $this->settingsMap,
175 175
             static::KEY_SETTINGS_DATA             => $this->settingsData,
176 176
             static::KEY_AMBIGUOUS_MAP             => $this->ambiguousMap,
177
-         ] = $serialized;
177
+            ] = $serialized;
178 178
     }
179 179
 }
Please login to merge, or discard this patch.