We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f72c48 commit ba7d06cCopy full SHA for ba7d06c
src/Rule/ValidatorResolverOptionsRule.php
@@ -187,7 +187,7 @@ private function extractValidatorOptionsConfiguration(
187
return ValidatorOptionsConfiguration::empty();
188
}
189
190
- $defaultValues = $supportedOptions->getNativeReflection()->getDefaultValueExpr();
+ $defaultValues = $supportedOptions->getNativeReflection()->getDefaultValueExpression();
191
192
if (!$defaultValues instanceof Array_) {
193
0 commit comments