Completed
Pull Request — master (#121)
by Albert
04:41 queued 19s
created
src/Javascript/ValidatorHandler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     /**
61 61
      *  Enable or disables remote validations
62 62
      *
63
-     * @param $enabled
63
+     * @param boolean $enabled
64 64
      */
65 65
     public function setRemote($enabled)
66 66
     {
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
      * Check if rule should be validated with javascript.
119 119
      *
120 120
      * @param $jsRule
121
-     * @param $includeRemote
121
+     * @param boolean $includeRemote
122 122
      * @return bool
123 123
      */
124 124
     protected function isValidatable($jsRule, $includeRemote)
Please login to merge, or discard this patch.