We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b8b28 commit 575e2a4Copy full SHA for 575e2a4
tests/DependencyInjection/Compiler/LoggerChannelPassTest.php
@@ -234,7 +234,7 @@ private function getFunctionalContainer()
234
return $container;
235
}
236
237
- public function testEnabledHandler()
+ public function testEnabledHandler(): void
238
{
239
$container = new ContainerBuilder();
240
$loader = new MonologExtension();
@@ -255,7 +255,7 @@ public function testEnabledHandler()
255
$this->assertTrue($container->hasDefinition('monolog.handler.main'));
256
257
258
- public function testDisabledHandler()
+ public function testDisabledHandler(): void
259
260
261
0 commit comments