Completed
Pull Request — master (#111)
by Albert
19:41 queued 09:15
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.