diff options
author | Joas Schilling <coding@schilljs.com> | 2022-10-07 11:20:48 +0200 |
---|---|---|
committer | Vincent Petry (Rebase PR Action) <PVince81@users.noreply.github.com> | 2022-10-13 08:31:33 +0000 |
commit | 7599cbb529b08b952f0968b2d3b6c7e48b1ce7a6 (patch) | |
tree | 519928e9a61b90dc5b0bacacb6ed1aff3c49f302 | |
parent | 6e4a90ba36e158ef0aa52f1ee085f43383dd9dc4 (diff) | |
download | nextcloud-server-7599cbb529b08b952f0968b2d3b6c7e48b1ce7a6.tar.gz nextcloud-server-7599cbb529b08b952f0968b2d3b6c7e48b1ce7a6.zip |
New code being new
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r-- | core/Migrations/Version25000Date20221007010957.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/Migrations/Version25000Date20221007010957.php b/core/Migrations/Version25000Date20221007010957.php index 2c18d180dd7..ac33b608ace 100644 --- a/core/Migrations/Version25000Date20221007010957.php +++ b/core/Migrations/Version25000Date20221007010957.php @@ -38,9 +38,7 @@ use OCP\Migration\SimpleMigrationStep; * */ class Version25000Date20221007010957 extends SimpleMigrationStep { - - /** @var IDBConnection */ - protected $connection; + protected IDBConnection $connection; public function __construct(IDBConnection $connection) { $this->connection = $connection; |