@@ -554,7 +554,7 @@ discard block |
||
| 554 | 554 | * @param int $gmtOff The gmt offset. |
| 555 | 555 | * @param int $dstOff The dst offset. |
| 556 | 556 | * |
| 557 | - * @return int The unix timestamp. |
|
| 557 | + * @return double The unix timestamp. |
|
| 558 | 558 | * |
| 559 | 559 | * @author Dominik del Bondio <[email protected]> |
| 560 | 560 | * @since 0.11.0 |
@@ -1049,7 +1049,7 @@ discard block |
||
| 1049 | 1049 | * |
| 1050 | 1050 | * @param string $date The date as string. |
| 1051 | 1051 | * |
| 1052 | - * @return array The parts of the date. |
|
| 1052 | + * @return integer The parts of the date. |
|
| 1053 | 1053 | * |
| 1054 | 1054 | * @author Dominik del Bondio <[email protected]> |
| 1055 | 1055 | * @since 0.11.0 |
@@ -58,6 +58,7 @@ |
||
| 58 | 58 | * @param string |
| 59 | 59 | * @param array |
| 60 | 60 | * @param string |
| 61 | + * @param string $name |
|
| 61 | 62 | * |
| 62 | 63 | * @since 1.1.0 |
| 63 | 64 | */ |
@@ -318,7 +318,7 @@ discard block |
||
| 318 | 318 | /** |
| 319 | 319 | * Replace configuration directive identifiers in a string. |
| 320 | 320 | * |
| 321 | - * @param string $valute The value on which to run the replacement procedure. |
|
| 321 | + * @param string $value The value on which to run the replacement procedure. |
|
| 322 | 322 | * |
| 323 | 323 | * @return string The new value. |
| 324 | 324 | * |
@@ -349,7 +349,7 @@ discard block |
||
| 349 | 349 | * @param int $denominator The denominator. |
| 350 | 350 | * @param int $remainder The remainder. |
| 351 | 351 | * |
| 352 | - * @return int The floored quotient. |
|
| 352 | + * @return double The floored quotient. |
|
| 353 | 353 | * |
| 354 | 354 | * @author Dominik del Bondio <[email protected]> |
| 355 | 355 | * @since 0.11.0 |