Skip to content

Commit 5b27d3e

Browse files
Shadyfabpot
authored andcommitted
Update OptionsResolver.php
Deleting an extra space in the exception.
1 parent a3b8c92 commit 5b27d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptionsResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ private function validateOptionsCompleteness(array $options)
276276
ksort($diff);
277277

278278
throw new MissingOptionsException(sprintf(
279-
count($diff) > 1 ? 'The required options "%s" are missing.' : 'The required option "%s" is missing.',
279+
count($diff) > 1 ? 'The required options "%s" are missing.' : 'The required option "%s" is missing.',
280280
implode('", "', array_keys($diff))
281281
));
282282
}

0 commit comments

Comments
 (0)