diff options
author | Joas Schilling <coding@schilljs.com> | 2024-03-05 12:56:38 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-03-05 12:56:38 +0100 |
commit | 92fc12918ea6c64ba3dc1303a0ec4299e6a39096 (patch) | |
tree | 48fca594ea466db7fdfa711345e25ea6b25ff1ea /core/Command | |
parent | ad8cb2ce7f4f619158fc7ac6a7ea414d1508658e (diff) | |
download | nextcloud-server-92fc12918ea6c64ba3dc1303a0ec4299e6a39096.tar.gz nextcloud-server-92fc12918ea6c64ba3dc1303a0ec4299e6a39096.zip |
fix(migrations): Help developers to add description and copyright info
Signed-off-by: Joas Schilling <coding@schilljs.com>
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 { |