Completed
Push — master ( e2110b...10470b )
by Paweł
14s
created
src/SWP/Bundle/CoreBundle/Serializer/ThemeSerializationSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 /*
6 6
  * This file is part of the Superdesk Web Publisher Core Bundle.
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/StaticThemeAssetsController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
     {
153 153
         $themes = array_filter(
154 154
             $loadedThemes,
155
-            function ($element) use (&$themeName) {
155
+            function($element) use (&$themeName) {
156 156
                 return $element->getName() === $themeName;
157 157
             }
158 158
         );
Please login to merge, or discard this patch.