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 da187e5 commit dedee7bCopy full SHA for dedee7b
src/Console/Helper/FormHelper.php
@@ -73,7 +73,7 @@ public function interactUsingForm(
73
$formErrors = $form->getErrors(true, false);
74
$output->write(sprintf('Invalid data provided: %s', $formErrors));
75
if ($this->noErrorsCanBeFixed($formErrors)) {
76
- throw new \RuntimeException('Errors out of the form\'s scope - do you have validation constraints on properties not exposed to the form?');
+ throw new \RuntimeException('Errors out of the form\'s scope - do you have validation constraints on properties not used in the form?');
77
}
78
array_map(
79
function (FormInterface $formField) use (&$validFormFields) {
0 commit comments