diff --git a/lib/Migration/Version2001Date20221213083550.php b/lib/Migration/Version2001Date20221213083550.php index f1b483bcb..583ca8697 100644 --- a/lib/Migration/Version2001Date20221213083550.php +++ b/lib/Migration/Version2001Date20221213083550.php @@ -32,7 +32,7 @@ public function __construct(IConfig $config) { /** * @param IOutput $output - * @param Closure(): ISchemaWrapper $schemaClosure + * @param Closure $schemaClosure * @param array $options * @return null|ISchemaWrapper */ diff --git a/lib/Migration/Version20100Date20250820101358.php b/lib/Migration/Version20100Date20250820101358.php index 056c4c1b8..1c52d8449 100644 --- a/lib/Migration/Version20100Date20250820101358.php +++ b/lib/Migration/Version20100Date20250820101358.php @@ -39,7 +39,7 @@ public function __construct( /** * @param IOutput $output - * @param Closure(): ISchemaWrapper $schemaClosure + * @param Closure $schemaClosure * @param array $options * @return null|ISchemaWrapper */ diff --git a/lib/Migration/Version2400Date20230504144300.php b/lib/Migration/Version2400Date20230504144300.php index 5c550beb3..e94136201 100644 --- a/lib/Migration/Version2400Date20230504144300.php +++ b/lib/Migration/Version2400Date20230504144300.php @@ -32,7 +32,7 @@ public function __construct(IConfig $config) { /** * @param IOutput $output - * @param Closure(): ISchemaWrapper $schemaClosure + * @param Closure $schemaClosure * @param array $options * @return null|ISchemaWrapper */ diff --git a/lib/Migration/Version2640Date20240628114301.php b/lib/Migration/Version2640Date20240628114301.php index a8674c5a5..b1a45eebe 100644 --- a/lib/Migration/Version2640Date20240628114301.php +++ b/lib/Migration/Version2640Date20240628114301.php @@ -37,7 +37,7 @@ public function __construct( /** * @param IOutput $output - * @param Closure(): ISchemaWrapper $schemaClosure + * @param Closure $schemaClosure * @param array $options * @return null|ISchemaWrapper * @throws DoesNotExistException diff --git a/lib/Migration/Version2900Date20250718065820.php b/lib/Migration/Version2900Date20250718065820.php index 7466e2ff3..81dbbbc97 100644 --- a/lib/Migration/Version2900Date20250718065820.php +++ b/lib/Migration/Version2900Date20250718065820.php @@ -24,7 +24,7 @@ public function __construct(private IConfig $config) { /** * @param IOutput $output - * @param Closure(): ISchemaWrapper $schemaClosure + * @param Closure $schemaClosure * @param array $options * @return null|ISchemaWrapper */