Completed
Pull Request — master (#246)
by Abdelrahman
03:26
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.