Skip to content

Commit

Permalink
EZP-32284: Fixed method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Apr 9, 2021
1 parent 24b5d4a commit 90bc47c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class EntityManagerFactoryTest extends TestCase
/** @var \Symfony\Component\DependencyInjection\ServiceLocator */
private $serviceLocator;

public function setUp()
public function setUp(): void
{
$this->repositoryConfigurationProvider = $this->getRepositoryConfigurationProvider();
$this->entityManager = $this->getEntityManager();
Expand Down

0 comments on commit 90bc47c

Please sign in to comment.