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 a3b8c92 commit 5b27d3eCopy full SHA for 5b27d3e
OptionsResolver.php
@@ -276,7 +276,7 @@ private function validateOptionsCompleteness(array $options)
276
ksort($diff);
277
278
throw new MissingOptionsException(sprintf(
279
- count($diff) > 1 ? 'The required options "%s" are missing.' : 'The required option "%s" is missing.',
+ count($diff) > 1 ? 'The required options "%s" are missing.' : 'The required option "%s" is missing.',
280
implode('", "', array_keys($diff))
281
));
282
}
0 commit comments