Completed
Pull Request — master (#111)
by Albert
09:57
created
src/Support/DelegatedValidator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -32,6 +32,9 @@
 block discarded – undo
32 32
         $this->validatorMethod = $this->createProtectedCaller($validator);
33 33
     }
34 34
 
35
+    /**
36
+     * @param string $method
37
+     */
35 38
     private function callValidator($method, $args = [])
36 39
     {
37 40
         return $this->callProtected($this->validatorMethod, $method, $args);
Please login to merge, or discard this patch.
src/Javascript/ValidatorHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
      *
75 75
      * @param $attribute
76 76
      * @param $rules
77
-     * @param $includeRemote
77
+     * @param boolean $includeRemote
78 78
      *
79 79
      * @return array
80 80
      */
Please login to merge, or discard this patch.