src/CoreBundle/Security/Authorization/Voter/MessageRelUserVoter.php
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function __construct(
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return match ($attribute) {
- Exclude checks
Missing class doc comment Open
Open
class MessageRelUserVoter extends Voter
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
private readonly Security $security
- Exclude checks
Line indented incorrectly; expected 8 spaces, found 12 Open
Open
default => false,
- Exclude checks
Closing brace must be on a line by itself Open
Open
) {}
- Exclude checks
Space before opening parenthesis of function call prohibited Open
Open
return match ($attribute) {
- Exclude checks