Skip to content

Commit

Permalink
Merge pull request #43998 from nextcloud/bugfix/noid/add-fixme-to-mig…
Browse files Browse the repository at this point in the history
…ration-files-to-help-developers

fix(migrations): Help developers to add description and copyright info
  • Loading branch information
nickvergessen authored Mar 6, 2024
2 parents 9f1f123 + 92fc129 commit 14ef17e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
6 changes: 3 additions & 3 deletions core/Command/Db/Migrations/GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -74,7 +74,7 @@ class GenerateCommand extends Command implements CompletionAwareInterface {
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 {
Expand Down
4 changes: 2 additions & 2 deletions core/Migrations/Version27000Date20220613163520.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 14ef17e

Please sign in to comment.