From ec6d1b9f72bfcc6c2e585e3e4fad8c6409f784ab Mon Sep 17 00:00:00 2001 From: Stefan Gehrig Date: Tue, 7 Jan 2025 08:51:19 +0100 Subject: [PATCH] fixes whitespace Signed-off-by: Stefan Gehrig --- tests/Doctrine/Tests/ORM/Functional/GH8011Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/Functional/GH8011Test.php b/tests/Doctrine/Tests/ORM/Functional/GH8011Test.php index 6726c54b44..8dcec1cb70 100644 --- a/tests/Doctrine/Tests/ORM/Functional/GH8011Test.php +++ b/tests/Doctrine/Tests/ORM/Functional/GH8011Test.php @@ -19,7 +19,7 @@ class GH8011Test extends OrmFunctionalTestCase protected function setUp(): void { $this->useModelSet('company'); - + parent::setUp(); $this->generateFixture();