fix(migrations): Help developers to add description and copyright info

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-03-05 12:56:38 +01:00
parent ad8cb2ce7f
commit 92fc12918e
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
4 changed files with 9 additions and 9 deletions

View File

@ -3,9 +3,9 @@
declare(strict_types=1);
/**
* @copyright Copyright (c) 2023 Your name <your@email.com>
* @copyright Copyright (c) 2023 Côme Chilliet <come.chilliet@nextcloud.com>
*
* @author Your name <your@email.com>
* @author Côme Chilliet <come.chilliet@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*

View File

@ -3,9 +3,9 @@
declare(strict_types=1);
/**
* @copyright Copyright (c) 2023 Your name <your@email.com>
* @copyright Copyright (c) 2023 Côme Chilliet <come.chilliet@nextcloud.com>
*
* @author Your name <your@email.com>
* @author Côme Chilliet <come.chilliet@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*

View File

@ -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 {

View File

@ -3,9 +3,9 @@
declare(strict_types=1);
/**
* @copyright Copyright (c) 2022 Your name <your@email.com>
* @copyright Copyright (c) 2022 Robin Appelman <robin@icewind.nl>
*
* @author Your name <your@email.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
*