@@ -72,7 +72,7 @@ |
||
| 72 | 72 | * Overrides the default `initialiseLog()` method and writes |
| 73 | 73 | * logs to manifest/logs/install |
| 74 | 74 | * |
| 75 | - * @param null $filename |
|
| 75 | + * @param string $filename |
|
| 76 | 76 | * @return boolean|void |
| 77 | 77 | * @throws Exception |
| 78 | 78 | */ |
@@ -423,6 +423,9 @@ |
||
| 423 | 423 | $this->Form->appendChild($Submit); |
| 424 | 424 | } |
| 425 | 425 | |
| 426 | + /** |
|
| 427 | + * @param string $message |
|
| 428 | + */ |
|
| 426 | 429 | private function __appendError(array $codes, XMLElement &$element, $message = null) |
| 427 | 430 | { |
| 428 | 431 | if (is_null($message)) { |