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 a992448 commit db1e76fCopy full SHA for db1e76f
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