Skip to content

Commit

Permalink
fix: Downgrade code to PHP 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattfarinn committed Aug 14, 2024
1 parent 6b48ea2 commit 30197d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bundle/Core/Command/VirtualFieldDuplicateFixCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ final class VirtualFieldDuplicateFixCommand extends Command

private const DEFAULT_SLEEP = 0;

private Connection $connection;
/** @var \Doctrine\DBAL\Connection */
private $connection;

public function __construct(
Connection $connection
Expand Down

0 comments on commit 30197d1

Please sign in to comment.