Browse Source

composer run cs:fix

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/32960/head
Côme Chilliet 3 years ago
parent
commit
c598e3cafa
No known key found for this signature in database GPG Key ID: A3E2F658B28C760A
  1. 1
      lib/private/App/Platform.php
  2. 1
      lib/private/DB/MigrationService.php

1
lib/private/App/Platform.php

@ -35,7 +35,6 @@ use OCP\IConfig;
* @package OC\App
*/
class Platform {
private IConfig $config;
public function __construct(IConfig $config) {

1
lib/private/DB/MigrationService.php

@ -45,7 +45,6 @@ use OCP\Migration\IOutput;
use Psr\Log\LoggerInterface;
class MigrationService {
private bool $migrationTableCreated;
private array $migrations;
private string $migrationsPath;

Loading…
Cancel
Save