]> source.dussan.org Git - nextcloud-server.git/commitdiff
New code being new
authorJoas Schilling <coding@schilljs.com>
Fri, 7 Oct 2022 09:20:48 +0000 (11:20 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 13 Oct 2022 16:01:28 +0000 (18:01 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/Migrations/Version25000Date20221007010957.php

index 2c18d180dd702ac9f8989eba4bb0b10cddd654b6..ac33b608ace6df24f83c42628493ba2a7f2af092 100644 (file)
@@ -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;