Passed
Push — develop ( b1065f...542723 )
by M. Mikkel
06:43
created
src/services/CacheFlagService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
             'elementTypes' => [
93 93
                 'column' => 'elementType',
94 94
                 'name' => Craft::t('app', 'Element Types'),
95
-                'sources' => \array_map(function (string $elementType) {
95
+                'sources' => \array_map(function(string $elementType) {
96 96
                     return [
97 97
                         'id' => $elementType,
98 98
                         'name' => $elementType,
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
         if (!\is_array($flags)) {
229 229
             $flags = \explode(',', \preg_replace('/\s+/', '', $flags));
230 230
         } else {
231
-            $flags = \array_map(function ($flag) {
231
+            $flags = \array_map(function($flag) {
232 232
                 return \preg_replace('/\s+/', '', $flag);
233 233
             }, $flags);
234 234
         }
Please login to merge, or discard this patch.