Skip to content

Internal: Improve plugin management UI & actions - refs #2675 #6116

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

Closed
wants to merge 1 commit into from

Conversation

christianbeeznest
Copy link
Contributor

No description provided.

@@ -0,0 +1,132 @@
<?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 Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Serializer\Annotation\Groups;

#[ApiResource]
Copy link

Choose a reason for hiding this comment

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

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.

use Symfony\Component\Serializer\Annotation\Groups;

#[ApiResource]
#[ORM\Entity]
Copy link

Choose a reason for hiding this comment

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

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.


#[ApiResource]
#[ORM\Entity]
#[ORM\Table(name: 'plugin')]
Copy link

Choose a reason for hiding this comment

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

Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead.

#[ApiResource]
#[ORM\Entity]
#[ORM\Table(name: 'plugin')]
class Plugin
Copy link

Choose a reason for hiding this comment

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

You must use "/**" style comments for a class comment

Copy link

codeclimate bot commented Mar 6, 2025

Code Climate has analyzed commit 039ba13 and detected 68 issues on this pull request.

Here's the issue category breakdown:

Category Count
Style 59
Complexity 1
Bug Risk 5
Clarity 3

View more on Code Climate.

@AngelFQC
Copy link
Member

Changes here will be included in the PR #6127

@AngelFQC AngelFQC closed this Mar 12, 2025
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