Skip to content

Commit

Permalink
adding void return type in test
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Sep 12, 2023
1 parent 44b9637 commit 0f9add3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/IntegrationTestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ public function getLogDir(): string
return sys_get_temp_dir();
}

/** @return void */
protected function build(ContainerBuilder $container)
protected function build(ContainerBuilder $container): void
{
$container->addCompilerPass(new class implements CompilerPassInterface {
public function process(ContainerBuilder $container): void
Expand Down

0 comments on commit 0f9add3

Please sign in to comment.