@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | * |
| 74 | 74 | * @param string $name |
| 75 | 75 | * The name of the value to retrieve |
| 76 | - * @return mixed |
|
| 76 | + * @return string |
|
| 77 | 77 | * The value, is it exists |
| 78 | 78 | */ |
| 79 | 79 | function server_safe($name) |
@@ -106,7 +106,7 @@ discard block |
||
| 106 | 106 | * |
| 107 | 107 | * @param string $action (optional) |
| 108 | 108 | * @param integer $start_time (optional) |
| 109 | - * @return integer |
|
| 109 | + * @return double |
|
| 110 | 110 | */ |
| 111 | 111 | function precision_timer($action = 'start', $start_time = null) |
| 112 | 112 | { |
@@ -418,7 +418,7 @@ |
||
| 418 | 418 | * |
| 419 | 419 | * @param string $name |
| 420 | 420 | * Name of the template |
| 421 | - * @return mixed |
|
| 421 | + * @return string|false |
|
| 422 | 422 | * String, which is the path to the template if the template is found, |
| 423 | 423 | * false otherwise |
| 424 | 424 | */ |
@@ -377,7 +377,7 @@ discard block |
||
| 377 | 377 | * Accessor for the current `$Flash` instance. |
| 378 | 378 | * |
| 379 | 379 | * @since 3.0.0 |
| 380 | - * @return SessionFlash |
|
| 380 | + * @return Session |
|
| 381 | 381 | */ |
| 382 | 382 | public static function Flash() |
| 383 | 383 | { |
@@ -758,7 +758,7 @@ discard block |
||
| 758 | 758 | * This methods sets the `GenericExceptionHandler::$enabled` value to `true`. |
| 759 | 759 | * |
| 760 | 760 | * @see core.SymphonyErrorPage |
| 761 | - * @param string|XMLElement $message |
|
| 761 | + * @param string $message |
|
| 762 | 762 | * A description for this error, which can be provided as a string |
| 763 | 763 | * or as an XMLElement. |
| 764 | 764 | * @param string $heading |
@@ -797,7 +797,7 @@ discard block |
||
| 797 | 797 | * Accessor for `self::$exception`. |
| 798 | 798 | * |
| 799 | 799 | * @since Symphony 2.3.2 |
| 800 | - * @return Exception|null |
|
| 800 | + * @return Exception |
|
| 801 | 801 | */ |
| 802 | 802 | public static function getException() |
| 803 | 803 | { |