Skip to content

Commit

Permalink
Fix empty lines in use statements of UnitOfWorkTest
Browse files Browse the repository at this point in the history
  • Loading branch information
petrosz authored and greg0ire committed Dec 11, 2023
1 parent c4f30ba commit 5f39fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/ORM/UnitOfWorkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
use Doctrine\Tests\PHPUnitCompatibility\MockBuilderCompatibilityTools;
use PHPUnit\Framework\MockObject\MockObject;
use stdClass;

use Throwable;

use function assert;
use function count;
use function gc_collect_cycles;
Expand Down

0 comments on commit 5f39fc1

Please sign in to comment.