chamilo/chamilo-lms

View on GitHub
src/CoreBundle/State/UserRelUserStateProcessor.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class doc comment
Open

final class UserRelUserStateProcessor implements ProcessorInterface

Add a single space around assignment operators
Open

declare(strict_types=1);

Closing brace must be on a line by itself
Open

    ) {}

Missing function doc comment
Open

    public function process($data, Operation $operation, array $uriVariables = [], array $context = []): ?UserRelUser

Missing function doc comment
Open

    public function __construct(

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly ProcessorInterface $persistProcessor,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly ProcessorInterface $removeProcessor,

Line indented incorrectly; expected 4 spaces, found 8
Open

        private readonly EntityManagerInterface $entityManager,

Closing brace must be on a line by itself
Open

    ) {}

There are no issues that match your filters.

Category
Status