Completed
Push — master ( d24b4f...6fa4d4 )
by richard
08:44 queued 05:45
created
src/Validators/Types/PrimitiveType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
          $result = $this->inArray(
16 16
             $this->getValue(),
17 17
             $limit,
18
-            function ($value, $limit) use ($operator, $modifier) {
18
+            function($value, $limit) use ($operator, $modifier) {
19 19
                 if ($modifier) {
20 20
                     $value = $modifier($value);
21 21
                 }
Please login to merge, or discard this patch.