Passed
Pull Request — master (#41)
by
unknown
02:30
created
src/BaseTypes/Tariff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
         $this->rules['tariff_code'] = 'numeric|required';
38 38
         $this->rules['services'] = [
39 39
             '',
40
-            function ($value) {
40
+            function($value) {
41 41
                 if ($value instanceof Services) {
42 42
                     return $value->validate();
43 43
                 }
Please login to merge, or discard this patch.