@@ -350,7 +350,7 @@ discard block |
||
350 | 350 | * Accessor for the current `$Flash` instance. |
351 | 351 | * |
352 | 352 | * @since 3.0.0 |
353 | - * @return SessionFlash |
|
353 | + * @return Session |
|
354 | 354 | */ |
355 | 355 | public static function Flash() |
356 | 356 | { |
@@ -732,7 +732,7 @@ discard block |
||
732 | 732 | * This methods sets the `GenericExceptionHandler::$enabled` value to `true`. |
733 | 733 | * |
734 | 734 | * @see core.SymphonyErrorPage |
735 | - * @param string|XMLElement $message |
|
735 | + * @param string $message |
|
736 | 736 | * A description for this error, which can be provided as a string |
737 | 737 | * or as an XMLElement. |
738 | 738 | * @param string $heading |
@@ -771,7 +771,7 @@ discard block |
||
771 | 771 | * Accessor for `self::$exception`. |
772 | 772 | * |
773 | 773 | * @since Symphony 2.3.2 |
774 | - * @return Exception|null |
|
774 | + * @return Exception |
|
775 | 775 | */ |
776 | 776 | public static function getException() |
777 | 777 | { |
@@ -990,7 +990,7 @@ discard block |
||
990 | 990 | * is not found, `false` is returned |
991 | 991 | * |
992 | 992 | * @since Symphony 2.3 |
993 | - * @return mixed |
|
993 | + * @return string|false |
|
994 | 994 | * String, which is the path to the template if the template is found, |
995 | 995 | * false otherwise |
996 | 996 | */ |