Skip to content

Commit 58768e4

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [OptionsResolver] Fix code sample for chaining
2 parents dd7f000 + a749db1 commit 58768e4

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
@@ -883,7 +883,7 @@ method::
883883
$resolver->define('transport')
884884
->required()
885885
->default('transport')
886-
->allowedValues(['sendmail', 'mail', 'smtp']);
886+
->allowedValues('sendmail', 'mail', 'smtp');
887887
}
888888
}
889889

0 commit comments

Comments
 (0)