diff options
| author | David Siegfried <david.siegfried@uni-vechta.de> | 2022-10-10 09:36:03 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-10-10 09:36:03 +0000 |
| commit | a46350a1927eb2de370234a371f46a216d87a606 (patch) | |
| tree | b24399e7d9b931cad86c011739b15035b6dceb42 /app/views/web_migrate/index.php | |
| parent | 2373073bdef0dade4f1051c94685f6816cd7576d (diff) | |
add docblocks, closes #1649
Closes #1649
Merge request studip/studip!1060
Diffstat (limited to 'app/views/web_migrate/index.php')
| -rw-r--r-- | app/views/web_migrate/index.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/web_migrate/index.php b/app/views/web_migrate/index.php index 5de2679..b26b90c 100644 --- a/app/views/web_migrate/index.php +++ b/app/views/web_migrate/index.php @@ -1,3 +1,15 @@ +<?php +/** + * @var Migration[] $migrations + * @var WebMigrateController $controller + * @var string $target + * @var string $branch + * @var Migrator $migrator + * @var int $offset + * @var array $backlinks + * @var array $descendants + */ +?> <? if (count($migrations) === 0): ?> <?= MessageBox::info(_('Ihr System befindet sich auf dem aktuellen Stand.'))->hideClose() ?> <? else: ?> |
