Skip to content

Commit 4e4e988

Browse files
committed
Fix cs-fixer
1 parent 77b8b28 commit 4e4e988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DependencyInjection/FixtureMonologExtensionTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public function testTypeNull()
323323
$this->assertSame('DEBUG', $logger->getArgument(0));
324324
}
325325

326-
public function testEnabledHandleOption(): void
326+
public function testEnabledHandleOption()
327327
{
328328
$container = $this->getContainer('enabled_handlers');
329329

0 commit comments

Comments
 (0)