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