@@ -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 | { |