Completed
Push — master ( 3efda9...d6329d )
by Grzegorz
02:38
created
src/Api/Filters/FilterValidation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      */
77 77
     public function isParamOfTypeMultiple($param, $types)
78 78
     {
79
-        array_walk($types, function (&$type) use ($param) {
79
+        array_walk($types, function(&$type) use ($param) {
80 80
             $type = $this->isParamOfTypeSingle($param, $type);
81 81
         });
82 82
 
Please login to merge, or discard this patch.