diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index cd61efb7..bb53d60a 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -103,7 +103,5 @@ class Application extends App implements IBootstrap } } - public function boot(IBootContext $context): void - { - } + public function boot(IBootContext $context): void {} } diff --git a/lib/ClustersBackend/Backend.php b/lib/ClustersBackend/Backend.php index 85e31ec2..3e28b7cd 100644 --- a/lib/ClustersBackend/Backend.php +++ b/lib/ClustersBackend/Backend.php @@ -54,9 +54,7 @@ abstract class Backend /** * Apply post-query transformations for the given photo object. */ - public function transformDayPost(array &$row): void - { - } + public function transformDayPost(array &$row): void {} /** * Get the cluster list for the current user. diff --git a/lib/Migration/Version200000Date20220924015634.php b/lib/Migration/Version200000Date20220924015634.php index aeb724b6..5247f9ee 100644 --- a/lib/Migration/Version200000Date20220924015634.php +++ b/lib/Migration/Version200000Date20220924015634.php @@ -86,7 +86,5 @@ class Version200000Date20220924015634 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version400000Date20221015121115.php b/lib/Migration/Version400000Date20221015121115.php index 075ef368..657f0537 100644 --- a/lib/Migration/Version400000Date20221015121115.php +++ b/lib/Migration/Version400000Date20221015121115.php @@ -36,9 +36,7 @@ class Version400000Date20221015121115 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` @@ -69,7 +67,5 @@ class Version400000Date20221015121115 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version400307Date20221025002524.php b/lib/Migration/Version400307Date20221025002524.php index dd129702..113a4b3b 100644 --- a/lib/Migration/Version400307Date20221025002524.php +++ b/lib/Migration/Version400307Date20221025002524.php @@ -35,9 +35,7 @@ class Version400307Date20221025002524 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` @@ -60,7 +58,5 @@ class Version400307Date20221025002524 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version400308Date20221026151748.php b/lib/Migration/Version400308Date20221026151748.php index 693ca11d..ee680f96 100644 --- a/lib/Migration/Version400308Date20221026151748.php +++ b/lib/Migration/Version400308Date20221026151748.php @@ -35,9 +35,7 @@ class Version400308Date20221026151748 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` @@ -58,7 +56,5 @@ class Version400308Date20221026151748 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version400503Date20221101033144.php b/lib/Migration/Version400503Date20221101033144.php index 3b7f2567..4d3ee842 100644 --- a/lib/Migration/Version400503Date20221101033144.php +++ b/lib/Migration/Version400503Date20221101033144.php @@ -44,9 +44,7 @@ class Version400503Date20221101033144 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` diff --git a/lib/Migration/Version400604Date20221107205439.php b/lib/Migration/Version400604Date20221107205439.php index f96de979..fb79244f 100644 --- a/lib/Migration/Version400604Date20221107205439.php +++ b/lib/Migration/Version400604Date20221107205439.php @@ -35,9 +35,7 @@ class Version400604Date20221107205439 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` @@ -61,7 +59,5 @@ class Version400604Date20221107205439 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version400700Date20221110030909.php b/lib/Migration/Version400700Date20221110030909.php index e1850f83..5a6a8ac6 100644 --- a/lib/Migration/Version400700Date20221110030909.php +++ b/lib/Migration/Version400700Date20221110030909.php @@ -36,9 +36,7 @@ class Version400700Date20221110030909 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` @@ -61,7 +59,5 @@ class Version400700Date20221110030909 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version400800Date20221122105007.php b/lib/Migration/Version400800Date20221122105007.php index b8c19bb7..0bd09de9 100644 --- a/lib/Migration/Version400800Date20221122105007.php +++ b/lib/Migration/Version400800Date20221122105007.php @@ -36,9 +36,7 @@ class Version400800Date20221122105007 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` @@ -92,7 +90,5 @@ class Version400800Date20221122105007 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version401000Date20230118043813.php b/lib/Migration/Version401000Date20230118043813.php index 6b44d775..2ca11745 100644 --- a/lib/Migration/Version401000Date20230118043813.php +++ b/lib/Migration/Version401000Date20230118043813.php @@ -36,9 +36,7 @@ class Version401000Date20230118043813 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` @@ -63,7 +61,5 @@ class Version401000Date20230118043813 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version401100Date20230206002744.php b/lib/Migration/Version401100Date20230206002744.php index 4d96dbc5..2e31433d 100644 --- a/lib/Migration/Version401100Date20230206002744.php +++ b/lib/Migration/Version401100Date20230206002744.php @@ -36,9 +36,7 @@ class Version401100Date20230206002744 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` @@ -93,7 +91,5 @@ class Version401100Date20230206002744 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version401100Date20230208181533.php b/lib/Migration/Version401100Date20230208181533.php index 321e6448..5064008d 100644 --- a/lib/Migration/Version401100Date20230208181533.php +++ b/lib/Migration/Version401100Date20230208181533.php @@ -36,9 +36,7 @@ class Version401100Date20230208181533 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` @@ -113,7 +111,5 @@ class Version401100Date20230208181533 extends SimpleMigrationStep /** * @param \Closure $schemaClosure The `\Closure` returns a `ISchemaWrapper` */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version401300Date20230328012131.php b/lib/Migration/Version401300Date20230328012131.php index 94a4c122..4dd12fba 100644 --- a/lib/Migration/Version401300Date20230328012131.php +++ b/lib/Migration/Version401300Date20230328012131.php @@ -35,9 +35,7 @@ class Version401300Date20230328012131 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure(): ISchemaWrapper $schemaClosure @@ -59,7 +57,5 @@ class Version401300Date20230328012131 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version500000Date20230414042534.php b/lib/Migration/Version500000Date20230414042534.php index 614d0358..7a75d079 100644 --- a/lib/Migration/Version500000Date20230414042534.php +++ b/lib/Migration/Version500000Date20230414042534.php @@ -36,9 +36,7 @@ class Version500000Date20230414042534 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure(): ISchemaWrapper $schemaClosure @@ -63,7 +61,5 @@ class Version500000Date20230414042534 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version502000Date20230530052850.php b/lib/Migration/Version502000Date20230530052850.php index 43290a84..2a89ff1b 100644 --- a/lib/Migration/Version502000Date20230530052850.php +++ b/lib/Migration/Version502000Date20230530052850.php @@ -34,9 +34,7 @@ class Version502000Date20230530052850 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure(): ISchemaWrapper $schemaClosure @@ -60,7 +58,5 @@ class Version502000Date20230530052850 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version505000Date20230821044807.php b/lib/Migration/Version505000Date20230821044807.php index c1578fa9..135026b8 100644 --- a/lib/Migration/Version505000Date20230821044807.php +++ b/lib/Migration/Version505000Date20230821044807.php @@ -45,9 +45,7 @@ class Version505000Date20230821044807 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure(): ISchemaWrapper $schemaClosure diff --git a/lib/Migration/Version505001Date20230828155021.php b/lib/Migration/Version505001Date20230828155021.php index 0a0abc12..59c30543 100644 --- a/lib/Migration/Version505001Date20230828155021.php +++ b/lib/Migration/Version505001Date20230828155021.php @@ -34,9 +34,7 @@ class Version505001Date20230828155021 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure(): ISchemaWrapper $schemaClosure @@ -61,7 +59,5 @@ class Version505001Date20230828155021 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Migration/Version505002Date20230831201833.php b/lib/Migration/Version505002Date20230831201833.php index a4bc9d23..59f57524 100644 --- a/lib/Migration/Version505002Date20230831201833.php +++ b/lib/Migration/Version505002Date20230831201833.php @@ -32,9 +32,7 @@ class Version505002Date20230831201833 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function preSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} /** * @param \Closure(): ISchemaWrapper $schemaClosure @@ -75,7 +73,5 @@ class Version505002Date20230831201833 extends SimpleMigrationStep /** * @param \Closure(): ISchemaWrapper $schemaClosure */ - public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void - { - } + public function postSchemaChange(IOutput $output, \Closure $schemaClosure, array $options): void {} } diff --git a/lib/Service/ProcessClosedException.php b/lib/Service/ProcessClosedException.php index 97a2f21a..ebccad47 100644 --- a/lib/Service/ProcessClosedException.php +++ b/lib/Service/ProcessClosedException.php @@ -4,6 +4,4 @@ declare(strict_types=1); namespace OCA\Memories\Service; -class ProcessClosedException extends \Exception -{ -} +class ProcessClosedException extends \Exception {}