Skip to content

Commit 30197d1

Browse files
committed
fix: Downgrade code to PHP 7.3
1 parent 6b48ea2 commit 30197d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bundle/Core/Command/VirtualFieldDuplicateFixCommand.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ final class VirtualFieldDuplicateFixCommand extends Command
2626

2727
private const DEFAULT_SLEEP = 0;
2828

29-
private Connection $connection;
29+
/** @var \Doctrine\DBAL\Connection */
30+
private $connection;
3031

3132
public function __construct(
3233
Connection $connection

0 commit comments

Comments
 (0)