Skip to content

Commit 8262a9b

Browse files
committed
Merge pull request #73 from php-http/analysis-qM1JBl
Applied fixes from StyleCI
2 parents 4b2ee48 + b60a11a commit 8262a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ protected function configurePlugins(ArrayNodeDefinition $root)
193193
}
194194
})
195195
->end()
196-
->values(array(true, false, 'auto'))
196+
->values([true, false, 'auto'])
197197
->defaultValue('auto')
198198
->end()
199199
->scalarNode('logger')

0 commit comments

Comments
 (0)