@@ -352,7 +352,7 @@ discard block |
||
| 352 | 352 | * @param string $text |
| 353 | 353 | * @param array $attributes |
| 354 | 354 | * |
| 355 | - * @return string |
|
| 355 | + * @return Element |
|
| 356 | 356 | */ |
| 357 | 357 | public function createValidationError($text, $attributes = array()) |
| 358 | 358 | { |
@@ -408,7 +408,7 @@ discard block |
||
| 408 | 408 | /** |
| 409 | 409 | * Wrap an item to be prepended or appended to the current field |
| 410 | 410 | * |
| 411 | - * @return Element A wrapped item |
|
| 411 | + * @return string A wrapped item |
|
| 412 | 412 | */ |
| 413 | 413 | public function placeAround($item, $place = null) |
| 414 | 414 | { |