Passed
Push — master ( 55448a...21b7ea )
by Adam
23:11
created
app/Http/Requests/Job/PaymentRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         $codes = $country->pluck('code', 'id');
28 28
 
29 29
         $price = $this->input('price');
30
-        $priceRule = Rule::requiredIf(fn () => $price > 0);
30
+        $priceRule = Rule::requiredIf(fn() => $price > 0);
31 31
 
32 32
         return [
33 33
             'payment_method' => 'required|in:card,p24',
Please login to merge, or discard this patch.