Completed
Push — master ( 3e2b73...8522dd )
by Anton
13:41
created
src/JsValidatorFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -128,6 +128,9 @@
 block discarded – undo
128 128
         return $this->validator($validator, $selector);
129 129
     }
130 130
 
131
+    /**
132
+     * @param string $class
133
+     */
131 134
     protected function parseFormRequestName($class)
132 135
     {
133 136
         $params = [];
Please login to merge, or discard this patch.