@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * Constructor injects with DI container. |
37 | 37 | * |
38 | - * @param Anax\DI\DIInterface $di a service container |
|
38 | + * @param DIInterface $di a service container |
|
39 | 39 | */ |
40 | 40 | public function __construct(DIInterface $di) |
41 | 41 | { |
@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * Constructor injects with DI container. |
37 | 37 | * |
38 | - * @param Anax\DI\DIInterface $di a service container |
|
38 | + * @param DIInterface $di a service container |
|
39 | 39 | */ |
40 | 40 | public function __construct(DIInterface $di) |
41 | 41 | { |
@@ -455,7 +455,7 @@ discard block |
||
455 | 455 | /** |
456 | 456 | * Get the escaped value of the form element. |
457 | 457 | * |
458 | - * @return mixed the value of the form element. |
|
458 | + * @return string the value of the form element. |
|
459 | 459 | */ |
460 | 460 | public function getEscapedValue() |
461 | 461 | { |
@@ -499,7 +499,7 @@ discard block |
||
499 | 499 | * Get the escaped value of the form element and respect configuration |
500 | 500 | * details whether it should be raw or escaped. |
501 | 501 | * |
502 | - * @return mixed the value of the form element. |
|
502 | + * @return string the value of the form element. |
|
503 | 503 | */ |
504 | 504 | public function escValue() |
505 | 505 | { |