| @@ -93,7 +93,7 @@ | ||
| 93 | 93 | * function, with `hasCondition()`. | 
| 94 | 94 | * | 
| 95 | 95 | * @param $conditionName | 
| 96 | - * @return mixed | |
| 96 | + * @return string | |
| 97 | 97 | * @throws \Exception | 
| 98 | 98 | */ | 
| 99 | 99 | public function getCondition($conditionName) | 
| @@ -88,7 +88,7 @@ | ||
| 88 | 88 | |
| 89 | 89 | /** | 
| 90 | 90 | * @param string|null $validationName If given, will try to fetch the validation with the given name. | 
| 91 | - * @return Validation|Validation[] | |
| 91 | + * @return string | |
| 92 | 92 | */ | 
| 93 | 93 | public function getValidation($validationName = null) | 
| 94 | 94 |      { | 
| @@ -76,7 +76,7 @@ | ||
| 76 | 76 | } | 
| 77 | 77 | |
| 78 | 78 | /** | 
| 79 | - * @return int | |
| 79 | + * @return string | |
| 80 | 80 | */ | 
| 81 | 81 | public function getPriority() | 
| 82 | 82 |      { | 
| @@ -124,7 +124,7 @@ | ||
| 124 | 124 | } | 
| 125 | 125 | |
| 126 | 126 | /** | 
| 127 | - * @return array | |
| 127 | + * @return string[] | |
| 128 | 128 | */ | 
| 129 | 129 | public function __sleep() | 
| 130 | 130 |      { | 
| @@ -101,7 +101,7 @@ | ||
| 101 | 101 | } | 
| 102 | 102 | |
| 103 | 103 | /** | 
| 104 | - * @return Message|FormzMessageInterface | |
| 104 | + * @return Message | |
| 105 | 105 | * @throws \Exception | 
| 106 | 106 | */ | 
| 107 | 107 | protected function getMessage() |