@@ -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)) { |
@@ -123,7 +123,7 @@ |
||
123 | 123 | * |
124 | 124 | * @since Symphony 2.2.4 |
125 | 125 | * @param string $name |
126 | - * @return array|string|null |
|
126 | + * @return string |
|
127 | 127 | * If `$name` is omitted this function returns array. |
128 | 128 | * If `$name` is not set, this fucntion returns `null` |
129 | 129 | * If `$name` is set, this function returns string |