Passed
Push — master ( f0c526...4a0736 )
by Timo
13:03
created
Classes/System/Service/ConfigurationService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
             $fieldValue = $filter['value'];
135 135
             $quotedFieldValue = '"' . str_replace('"', '\"', $fieldValue) . '"';
136 136
 
137
-            $filterConfiguration[] =  $fieldName . ':' . $quotedFieldValue;
137
+            $filterConfiguration[] = $fieldName . ':' . $quotedFieldValue;
138 138
         }
139 139
         return $filterConfiguration;
140 140
     }
Please login to merge, or discard this patch.