Skip to content

Commit 9a0e80f

Browse files
committed
fix code style
1 parent bdff469 commit 9a0e80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DependencyInjection/Fixtures/php/php_errors_log_levels.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
'log' => [
66
\E_NOTICE => \Psr\Log\LogLevel::ERROR,
77
\E_WARNING => \Psr\Log\LogLevel::ERROR,
8-
]
8+
],
99
],
1010
]);

0 commit comments

Comments
 (0)