1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-17 22:11:26 +02:00

[ticket/16955] Resolve incompatibilities with doctum

PHPBB3-16955
This commit is contained in:
Marc Alexander
2022-12-27 19:52:14 +01:00
parent eeeb69b4ae
commit cedd447659
6 changed files with 12 additions and 6 deletions

View File

@@ -651,7 +651,8 @@ class migrator
* @param array $steps The steps to run
* @param bool|string $state Current state of the migration
* @param bool $revert true to revert a data step
* @return bool|array{result: mixed, step: int} migration state. True if completed, serialized array if not finished
* @return bool|array migration state. True if completed, serialized array if not finished
* @psalm-return bool|array{result: mixed, step: int}
* @throws \phpbb\db\migration\exception
*/
protected function process_data_step($steps, $state, $revert = false)