@@ -75,7 +75,7 @@ |
||
| 75 | 75 | /** |
| 76 | 76 | * Overrides the default `initialiseLog()` method and writes logs to `manifest/logs/install` |
| 77 | 77 | * |
| 78 | - * @param null $filename |
|
| 78 | + * @param string $filename |
|
| 79 | 79 | * @return boolean|void |
| 80 | 80 | * @throws Exception |
| 81 | 81 | */ |
@@ -141,6 +141,9 @@ |
||
| 141 | 141 | } |
| 142 | 142 | } |
| 143 | 143 | |
| 144 | + /** |
|
| 145 | + * @param string $message |
|
| 146 | + */ |
|
| 144 | 147 | private function __appendError(array $codes, XMLElement &$element, $message = null) |
| 145 | 148 | { |
| 146 | 149 | if (is_null($message)) { |
@@ -379,7 +379,7 @@ discard block |
||
| 379 | 379 | * Accessor for the current `$Flash` instance. |
| 380 | 380 | * |
| 381 | 381 | * @since 3.0.0 |
| 382 | - * @return SessionFlash |
|
| 382 | + * @return Session |
|
| 383 | 383 | */ |
| 384 | 384 | public static function Flash() |
| 385 | 385 | { |
@@ -711,7 +711,7 @@ discard block |
||
| 711 | 711 | * has been found. Returns `FALSE` otherwise. |
| 712 | 712 | * |
| 713 | 713 | * @since Symphony 2.3.1 |
| 714 | - * @return string|boolean |
|
| 714 | + * @return boolean |
|
| 715 | 715 | */ |
| 716 | 716 | public static function getMigrationVersion() |
| 717 | 717 | { |
@@ -763,7 +763,7 @@ discard block |
||
| 763 | 763 | * This methods sets the `GenericExceptionHandler::$enabled` value to `true`. |
| 764 | 764 | * |
| 765 | 765 | * @see core.SymphonyErrorPage |
| 766 | - * @param string|XMLElement $message |
|
| 766 | + * @param string $message |
|
| 767 | 767 | * A description for this error, which can be provided as a string |
| 768 | 768 | * or as an XMLElement. |
| 769 | 769 | * @param string $heading |
@@ -802,7 +802,7 @@ discard block |
||
| 802 | 802 | * Accessor for `self::$exception`. |
| 803 | 803 | * |
| 804 | 804 | * @since Symphony 2.3.2 |
| 805 | - * @return Exception|null |
|
| 805 | + * @return Exception |
|
| 806 | 806 | */ |
| 807 | 807 | public static function getException() |
| 808 | 808 | { |