Completed
Pull Request — master (#4433)
by Craig
04:24
created
src/Zikula/CoreBundle/Configurator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@
 block discarded – undo
187 187
      */
188 188
     public function arrayDiffAssocRecursive(array $array1, array $array2): array
189 189
     {
190
-        $difference=[];
190
+        $difference = [];
191 191
         foreach ($array1 as $key => $value) {
192 192
             if (is_array($value)) {
193 193
                 if (!isset($array2[$key]) || !is_array($array2[$key])) {
Please login to merge, or discard this patch.