src/CoreBundle/Exception/NotAllowedException.php
Missing class doc comment Open
Open
class NotAllowedException extends HttpException
- Exclude checks
Add a single space around assignment operators Open
Open
declare(strict_types=1);
- Exclude checks
Missing function doc comment Open
Open
public function __construct(?string $message = 'Not allowed', ?Throwable $previous = null, int $code = 0, array $headers = [])
- Exclude checks