chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Controller/Api/AbstractFeedbackSocialPostController.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing function doc comment
Open

    public function __construct(

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

#[AsController]

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

abstract class AbstractFeedbackSocialPostController extends AbstractController

Add a single space around assignment operators
Open

declare(strict_types=1);

Line indented incorrectly; expected 4 spaces, found 8
Open

        protected Security $security,

Line indented incorrectly; expected 4 spaces, found 8
Open

        protected SettingsManager $settingsManager

Line indented incorrectly; expected 4 spaces, found 8
Open

        protected EntityManager $entityManager,

There are no issues that match your filters.

Category
Status