mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Remove property type for PHP 7.3 support
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
afc823d844
commit
b19b0c8954
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ use OCP\Migration\IOutput;
|
|||
use OCP\Migration\SimpleMigrationStep;
|
||||
|
||||
class Version1141Date20220323143801 extends SimpleMigrationStep {
|
||||
|
||||
private IDBConnection $dbc;
|
||||
/** @var IDBConnection */
|
||||
private $dbc;
|
||||
|
||||
public function __construct(IDBConnection $dbc) {
|
||||
$this->dbc = $dbc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue