From 92fc12918ea6c64ba3dc1303a0ec4299e6a39096 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 5 Mar 2024 12:56:38 +0100 Subject: [PATCH] fix(migrations): Help developers to add description and copyright info Signed-off-by: Joas Schilling --- .../lib/Migration/Version1190Date20230706134108.php | 4 ++-- .../lib/Migration/Version1190Date20230706134109.php | 4 ++-- core/Command/Db/Migrations/GenerateCommand.php | 6 +++--- core/Migrations/Version27000Date20220613163520.php | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php b/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php index 71fdb536b1a..4e3e44a5f21 100644 --- a/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php +++ b/apps/user_ldap/lib/Migration/Version1190Date20230706134108.php @@ -3,9 +3,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Your name + * @copyright Copyright (c) 2023 Côme Chilliet * - * @author Your name + * @author Côme Chilliet * * @license GNU AGPL version 3 or any later version * diff --git a/apps/user_ldap/lib/Migration/Version1190Date20230706134109.php b/apps/user_ldap/lib/Migration/Version1190Date20230706134109.php index bc88dc2beb9..2cb68e25dc5 100644 --- a/apps/user_ldap/lib/Migration/Version1190Date20230706134109.php +++ b/apps/user_ldap/lib/Migration/Version1190Date20230706134109.php @@ -3,9 +3,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Your name + * @copyright Copyright (c) 2023 Côme Chilliet * - * @author Your name + * @author Côme Chilliet * * @license GNU AGPL version 3 or any later version * 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 + * @copyright Copyright (c) {{year}} FIXME Your name * - * @author Your name + * FIXME @author Your name * * @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 { diff --git a/core/Migrations/Version27000Date20220613163520.php b/core/Migrations/Version27000Date20220613163520.php index 4217f3b3270..6c4bccacd91 100644 --- a/core/Migrations/Version27000Date20220613163520.php +++ b/core/Migrations/Version27000Date20220613163520.php @@ -3,9 +3,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2022 Your name + * @copyright Copyright (c) 2022 Robin Appelman * - * @author Your name + * @author Robin Appelman * * @license GNU AGPL version 3 or any later version *