]> source.dussan.org Git - nextcloud-server.git/commitdiff
composer run cs:fix 32960/head
authorCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 21 Jun 2022 14:36:25 +0000 (16:36 +0200)
committerCôme Chilliet <come.chilliet@nextcloud.com>
Tue, 21 Jun 2022 14:36:25 +0000 (16:36 +0200)
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
lib/private/App/Platform.php
lib/private/DB/MigrationService.php

index 8da16c038f186eef8f4e729bf8a0345f78b04f85..15966d85c34ed0dc9477567d290e443392509331 100644 (file)
@@ -35,7 +35,6 @@ use OCP\IConfig;
  * @package OC\App
  */
 class Platform {
-
        private IConfig $config;
 
        public function __construct(IConfig $config) {
index 22fffa596ec57c9b1769e70f0b5b11d7e245ec68..4b7e4d3a0404273441e9eaf49662114d5f2f634b 100644 (file)
@@ -45,7 +45,6 @@ use OCP\Migration\IOutput;
 use Psr\Log\LoggerInterface;
 
 class MigrationService {
-
        private bool $migrationTableCreated;
        private array $migrations;
        private string $migrationsPath;