Completed
Push — master ( 500912...f85444 )
by Jared
02:28
created
src/Validator.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -106,7 +106,6 @@  discard block
 block discarded – undo
106 106
      * of parameters to be specified. This example would generate 
107 107
      * [['numeric', []], ['range', [10, 30]]].
108 108
      *
109
-     * @param string $requirements
110 109
      *
111 110
      * @return array
112 111
      */
@@ -221,7 +220,6 @@  discard block
 block discarded – undo
221 220
     /**
222 221
      * Validates an e-mail address.
223 222
      *
224
-     * @param string $email      e-mail address
225 223
      * @param array  $parameters parameters for validation
226 224
      *
227 225
      * @return bool success
@@ -251,7 +249,7 @@  discard block
 block discarded – undo
251 249
      *
252 250
      * @param mixed $value
253 251
      *
254
-     * @return bool
252
+     * @return integer
255 253
      */
256 254
     private function date($value)
257 255
     {
Please login to merge, or discard this patch.