Passed
Push — master ( 6f49da...8dac2e )
by Stanislau
03:08
created
src/Preparation/Processor/Property/Assert/ChoiceStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
         $values = $this->explodeString($choices);
50 50
 
51
-        return array_map(function (mixed $value) {
51
+        return array_map(function(mixed $value) {
52 52
             return $this->sanitize($value);
53 53
         }, $values);
54 54
     }
Please login to merge, or discard this patch.