Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User: Fix and optimize user deletion logic - refs BT#22215 #6008

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

christianbeeznest
Copy link
Contributor

No description provided.

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

declare(strict_types=1);
Copy link

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 Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;

final class Version20241230175100 extends AbstractMigrationChamilo
Copy link

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 Version20241230175100 extends AbstractMigrationChamilo
{
public function getDescription(): string
Copy link

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 'Fix cascading delete for c_lp_category_rel_user table foreign key dynamically';
}

public function up(Schema $schema): void
Copy link

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
Copy link

Choose a reason for hiding this comment

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

Missing function doc comment

Copy link

codeclimate bot commented Dec 30, 2024

Code Climate has analyzed commit f9127cf and detected 9 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 6
Bug Risk 2
Clarity 1

View more on Code Climate.

@NicoDucou NicoDucou merged commit ee97671 into chamilo:master Dec 31, 2024
2 of 7 checks passed
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