Skip to content

Commit 5a38f41

Browse files
committed
Fix CR issues
1 parent 58cf3ea commit 5a38f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/options_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ is thrown if an unknown option is passed. You can ignore not defined options by
852852
// ...
853853
$resolver
854854
->setDefined(['hostname'])
855-
->ignoreUndefined(true)
855+
->setIgnoreUndefined(true)
856856
;
857857

858858
// option "version" will be ignored

0 commit comments

Comments
 (0)