src/CoreBundle/State/UserRelUserStateProcessor.php
Missing class doc comment Open
Open
final class UserRelUserStateProcessor implements ProcessorInterface
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Missing function doc comment Open
Open
public function process($data, Operation $operation, array $uriVariables = [], array $context = []): ?UserRelUser
- Exclude checks
Missing function doc comment Open
Open
public function __construct(
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly ProcessorInterface $persistProcessor,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly ProcessorInterface $removeProcessor,
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly EntityManagerInterface $entityManager,
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks