mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
fix: Fix return types in tests.
This commit is contained in:
@@ -30,7 +30,7 @@ final class DateNormalizerTest extends KernelTestCase
|
||||
{
|
||||
private Prophet $prophet;
|
||||
|
||||
public function setUp(): void
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->prophet = new Prophet();
|
||||
}
|
||||
|
Reference in New Issue
Block a user