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.
2 parents 5f72c48 + ba7d06c commit b63041bCopy full SHA for b63041b
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