Skip to content

Commit dd572f6

Browse files
committed
Fix up
1 parent c2f7038 commit dd572f6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Tests/DependencyInjection/ConfigurationTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@ public function testWithConsoleHandler()
264264
$config = $this->process($configs);
265265

266266
$this->assertSame('console', $config['handlers']['console']['type']);
267-
$this->assertSame(
268-
[
267+
$this->assertSame([
269268
OutputInterface::VERBOSITY_NORMAL => Logger::NOTICE,
270269
OutputInterface::VERBOSITY_VERBOSE => Logger::INFO,
271270
OutputInterface::VERBOSITY_VERY_VERBOSE => 150,

Tests/DependencyInjection/MonologExtensionTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,7 @@ public function testFingersCrossedHandlerWhenExcludedHttpCodesAreSpecified()
525525
['code' => 405, 'urls' => ['^/foo', '^/bar']]
526526
],
527527
\Monolog\Logger::WARNING
528-
]
529-
);
528+
]);
530529

531530
$handler = $container->getDefinition('monolog.handler.main');
532531
$this->assertDICDefinitionClass($handler, 'Monolog\Handler\FingersCrossedHandler');

0 commit comments

Comments
 (0)