Completed
Pull Request — master (#298)
by
unknown
13:34
created
src/JsValidatorFactory.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
      * @param array       $customAttributes
59 59
      * @param null|string $selector
60 60
      *
61
-     * @return JavascriptValidator
61
+     * @return string
62 62
      */
63 63
     public function make(array $rules, array $messages = [], array $customAttributes = [], $selector = null)
64 64
     {
@@ -133,6 +133,9 @@  discard block
 block discarded – undo
133 133
         return $this->validator($validator, $selector);
134 134
     }
135 135
 
136
+    /**
137
+     * @param string $class
138
+     */
136 139
     protected function parseFormRequestName($class)
137 140
     {
138 141
         $params = [];
Please login to merge, or discard this patch.