@@ -187,6 +187,9 @@ |
||
187 | 187 | return $enumValues; |
188 | 188 | } |
189 | 189 | |
190 | + /** |
|
191 | + * @return string |
|
192 | + */ |
|
190 | 193 | protected function resolveValueFromStaticCall(): ?string |
191 | 194 | { |
192 | 195 | if (strpos(get_class($this), 'class@anonymous') === 0) { |