Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Feb 7, 2024
1 parent ec0df10 commit 9011e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ORM/Functional/Driver/Postgres/SerialColumnTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function testPersistMultipleSerial(): void

protected function getCommandGenerator(): ?Transaction\CommandGeneratorInterface
{
return new class extends Transaction\CommandGenerator {
return new class () extends Transaction\CommandGenerator {
protected function storeEntity(ORMInterface $orm, Transaction\Tuple $tuple, bool $isNew): ?CommandInterface
{
/** @var CommandInterface|null $command */
Expand Down

0 comments on commit 9011e0b

Please sign in to comment.