Skip to content

Commit b58a4cd

Browse files
nikophilkbond
authored andcommitted
bot: fix cs [skip ci]
1 parent 52bf7f4 commit b58a4cd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Configuration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,4 @@ public static function autoRefreshWithLazyObjectsIsEnabled(): bool
179179
{
180180
return self::isBooted() && self::instance()->enableAutoRefreshWithLazyObjects;
181181
}
182-
183182
}

tests/Integration/InMemory/DoctrineInMemoryDecoratorTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111

1212
namespace Zenstruck\Foundry\Tests\Integration\InMemory;
1313

14-
use PHPUnit\Framework\Attributes\Group;
15-
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
1614
use PHPUnit\Framework\Attributes\RequiresEnvironmentVariable;
17-
use PHPUnit\Framework\Attributes\RequiresMethod;
1815
use PHPUnit\Framework\Attributes\RequiresPhpunit;
1916
use PHPUnit\Framework\Attributes\RequiresPhpunitExtension;
2017
use PHPUnit\Framework\Attributes\Test;

0 commit comments

Comments
 (0)