Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 18, 2024
1 parent 1105e96 commit d10ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FunctionalTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ protected function doRequest(string $method, string $url): ResponseAccessor

protected function getContainer(): ContainerInterface
{
return $this->tester?->getContainer()?? throw new Exception('Either $tester or $container is null');
return $this->tester?->getContainer() ?? throw new Exception('Either $tester or $container is null');
}
}

0 comments on commit d10ca0e

Please sign in to comment.