@@ -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 | */ |
@@ -306,7 +306,7 @@ discard block |
||
306 | 306 | * This methods sets the `GenericExceptionHandler::$enabled` value to `true`. |
307 | 307 | * |
308 | 308 | * @see core.SymphonyErrorPage |
309 | - * @param string|XMLElement $message |
|
309 | + * @param string $message |
|
310 | 310 | * A description for this error, which can be provided as a string |
311 | 311 | * or as an XMLElement. |
312 | 312 | * @param string $heading |
@@ -692,7 +692,7 @@ discard block |
||
692 | 692 | * Accessor for the current `$Flash` instance. |
693 | 693 | * |
694 | 694 | * @since 3.0.0 |
695 | - * @return SessionFlash |
|
695 | + * @return Session |
|
696 | 696 | */ |
697 | 697 | public static function Flash() |
698 | 698 | { |
@@ -803,7 +803,7 @@ discard block |
||
803 | 803 | * Accessor for `self::$exception`. |
804 | 804 | * |
805 | 805 | * @since Symphony 2.3.2 |
806 | - * @return Exception|null |
|
806 | + * @return Exception |
|
807 | 807 | */ |
808 | 808 | public static function getException() |
809 | 809 | { |