src/CoreBundle/Controller/Api/AbstractFeedbackSocialPostController.php
Missing function doc comment Open
Open
public function __construct(
- Exclude checks
Perl-style comments are not allowed. Use "// Comment." or "/* comment */" instead. Open
Open
#[AsController]
- Exclude checks
You must use "/**" style comments for a class comment Open
Open
abstract class AbstractFeedbackSocialPostController extends AbstractController
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected Security $security,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected SettingsManager $settingsManager
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
protected EntityManager $entityManager,
- Exclude checks