Skip to content

Conversation

@christianbeeznest
Copy link
Contributor

No description provided.

@@ -0,0 +1,61 @@
<?php

declare(strict_types=1);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a single space around assignment operators

use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

final class Version20240731120000 extends AbstractMigration

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing class doc comment


final class Version20240731120000 extends AbstractMigration
{
public function getDescription(): string

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing function doc comment

return 'Add entries in message_rel_user for the sender during migration and update existing messages.';
}

public function up(Schema $schema): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing function doc comment

");
}

public function down(Schema $schema): void

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing function doc comment

@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit fc9369c and detected 8 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 6
Bug Risk 2

View more on Code Climate.

@NicoDucou NicoDucou merged commit 214dc63 into chamilo:master Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants