Completed
Push — master ( 30bdf3...174394 )
by Arnold
09:06
created
src/DateExtension.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -237,6 +237,7 @@
 block discarded – undo
237 237
      * Split duration into seconds, minutes, hours, days, weeks and years.
238 238
      * 
239 239
      * @param int $seconds
240
+     * @param integer $max
240 241
      * @return array
241 242
      */
242 243
     protected function splitDuration($seconds, $max)
Please login to merge, or discard this patch.
src/PcreExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      * 
66 66
      * @param string $value
67 67
      * @param string $pattern
68
-     * @return boolean
68
+     * @return null|integer
69 69
      */
70 70
     public function match($value, $pattern)
71 71
     {
Please login to merge, or discard this patch.