Completed
Push — master ( 3e10da...da7c1d )
by
unknown
52:07 queued 37:08
created
src/JsValidatorFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
     }
134 134
 
135 135
     /**
136
-     * @param string|array $class
136
+     * @param string $class
137 137
      * @return array
138 138
      */
139 139
     protected function parseFormRequestName($class)
Please login to merge, or discard this patch.
src/Remote/Validator.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
2 2
 
3 3
 namespace Proengsoft\JsValidation\Remote;
4 4
 
5
-use Illuminate\Support\Arr;
5
+use Illuminate\Http\Exceptions\HttpResponseException;
6 6
 use Illuminate\Http\JsonResponse;
7
+use Illuminate\Support\Arr;
7 8
 use Illuminate\Validation\ValidationException;
8 9
 use Illuminate\Validation\ValidationRuleParser;
9
-use Proengsoft\JsValidation\Support\RuleListTrait;
10
-use Illuminate\Http\Exceptions\HttpResponseException;
11 10
 use Illuminate\Validation\Validator as BaseValidator;
12 11
 use Proengsoft\JsValidation\Support\AccessProtectedTrait;
12
+use Proengsoft\JsValidation\Support\RuleListTrait;
13 13
 
14 14
 class Validator
15 15
 {
Please login to merge, or discard this patch.