Skip to content

Commit 831b272

Browse files
committed
fixed CS
1 parent 13ba29b commit 831b272

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
@@ -146,7 +146,7 @@ class OptionsResolver implements Options
146146
* following signature:
147147
*
148148
* $options->setDefault('database', function (OptionsResolver $resolver) {
149-
* $resolver->setDefined(array('dbname', 'host', 'port', 'user', 'pass'));
149+
* $resolver->setDefined(['dbname', 'host', 'port', 'user', 'pass']);
150150
* }
151151
*
152152
* To get access to the parent options, add a second argument to the closure's

0 commit comments

Comments
 (0)