Passed
Push — master ( fc5604...68316e )
by Aleksei
01:58
created
src/Matching/SimpleMatcherConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
 
18 18
         if (array_key_exists($format, $new->formats)) {
19 19
             # remove format from buckets array
20
-            array_walk($new->buckets, static function (array &$formats) use ($format) {
20
+            array_walk($new->buckets, static function(array &$formats) use ($format) {
21 21
                 $formats = array_diff($formats, [$format]);
22 22
             });
23 23
         }
Please login to merge, or discard this patch.