@@ -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)) { |
@@ -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 | { |