Completed
Push — master ( ff13dd...500912 )
by Jared
02:35
created
src/Driver/DatabaseDriver.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -268,7 +268,6 @@  discard block
 block discarded – undo
268 268
     /**
269 269
      * Returns a prefixed where statement.
270 270
      *
271
-     * @param string $columns
272 271
      * @param string $tablename
273 272
      *
274 273
      * @return string
@@ -296,7 +295,6 @@  discard block
 block discarded – undo
296 295
     /**
297 296
      * Returns a prefixed sort statement.
298 297
      *
299
-     * @param string $columns
300 298
      * @param string $tablename
301 299
      *
302 300
      * @return string
Please login to merge, or discard this patch.
src/Validate.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -142,7 +142,6 @@  discard block
 block discarded – undo
142 142
     /**
143 143
      * Validates an e-mail address.
144 144
      *
145
-     * @param string $email      e-mail address
146 145
      * @param array  $parameters parameters for validation
147 146
      *
148 147
      * @return bool success
@@ -174,7 +173,7 @@  discard block
 block discarded – undo
174 173
      *
175 174
      * @param mixed $value
176 175
      *
177
-     * @return bool
176
+     * @return integer
178 177
      */
179 178
     private static function date(&$value)
180 179
     {
Please login to merge, or discard this patch.
src/Errors.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
      * @param string       $error
145 145
      * @param string|false $locale
146 146
      *
147
-     * @return array
147
+     * @return string
148 148
      */
149 149
     private function parse($property, $error, $locale)
150 150
     {
Please login to merge, or discard this patch.