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 0e9e19a + db1e76f commit 3e5bd90Copy full SHA for 3e5bd90
components/options_resolver.rst
@@ -347,7 +347,7 @@ is thrown::
347
]);
348
349
// InvalidOptionsException: The option "host" with value "25" is
350
- // expected to be of type "string"
+ // expected to be of type "string", but is of type "int"
351
352
In sub-classes, you can use :method:`Symfony\\Component\\OptionsResolver\\OptionsResolver::addAllowedTypes`
353
to add additional allowed types without erasing the ones already set.
0 commit comments