diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-03-06 09:27:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 09:27:58 +0100 |
commit | 14ef17e5e21017b36ff106eb9202a0cd54771199 (patch) | |
tree | 34441189bd8d474a58d6fbf5a65bca087ec4ee4c /core/Command | |
parent | 9f1f123990f0186e50c17337b3dda588c0b33f28 (diff) | |
parent | 92fc12918ea6c64ba3dc1303a0ec4299e6a39096 (diff) | |
download | nextcloud-server-14ef17e5e21017b36ff106eb9202a0cd54771199.tar.gz nextcloud-server-14ef17e5e21017b36ff106eb9202a0cd54771199.zip |
Merge pull request #43998 from nextcloud/bugfix/noid/add-fixme-to-migration-files-to-help-developers
fix(migrations): Help developers to add description and copyright info
Diffstat (limited to 'core/Command')
-rw-r--r-- | core/Command/Db/Migrations/GenerateCommand.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Command/Db/Migrations/GenerateCommand.php b/core/Command/Db/Migrations/GenerateCommand.php index 879844dd579..47f65b5a11b 100644 --- a/core/Command/Db/Migrations/GenerateCommand.php +++ b/core/Command/Db/Migrations/GenerateCommand.php @@ -45,9 +45,9 @@ class GenerateCommand extends Command implements CompletionAwareInterface { declare(strict_types=1); /** - * @copyright Copyright (c) {{year}} Your name <your@email.com> + * @copyright Copyright (c) {{year}} FIXME Your name <your@email.com> * - * @author Your name <your@email.com> + * FIXME @author Your name <your@email.com> * * @license GNU AGPL version 3 or any later version * @@ -74,7 +74,7 @@ use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; /** - * Auto-generated migration step: Please modify to your needs! + * FIXME Auto-generated migration step: Please modify to your needs! */ class {{classname}} extends SimpleMigrationStep { |