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

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/43998/head
Joas Schilling 3 months ago
parent ad8cb2ce7f
commit 92fc12918e
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -3,9 +3,9 @@
declare(strict_types=1); 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 * @license GNU AGPL version 3 or any later version
* *

@ -3,9 +3,9 @@
declare(strict_types=1); 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 * @license GNU AGPL version 3 or any later version
* *

@ -45,9 +45,9 @@ class GenerateCommand extends Command implements CompletionAwareInterface {
declare(strict_types=1); 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 * @license GNU AGPL version 3 or any later version
* *
@ -74,7 +74,7 @@ use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep; 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 { class {{classname}} extends SimpleMigrationStep {

@ -3,9 +3,9 @@
declare(strict_types=1); 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 * @license GNU AGPL version 3 or any later version
* *

Loading…
Cancel
Save