chamilo/chamilo-lms

View on GitHub
src/CoreBundle/Exception/NotAllowedException.php

Summary

Maintainability
A
0 mins
Test Coverage

Missing class doc comment
Open

class NotAllowedException extends HttpException

Add a single space around assignment operators
Open

declare(strict_types=1);

Missing function doc comment
Open

    public function __construct(?string $message = 'Not allowed', ?Throwable $previous = null, int $code = 0, array $headers = [])

There are no issues that match your filters.

Category
Status