src/Exception/NotSupportedMethodException.php

Summary

Maintainability
A
0 mins
Test Coverage

Possibly zero references to use statement for classlike/namespace Throwable (\Throwable)
Open

use Throwable;

Possibly zero references to use statement for classlike/namespace Column (\Pluf\Orm\Attribute\Column)
Open

use Pluf\Orm\Attribute\Column;

Class extends undeclared class \Pluf\Core\Exception (Did you mean class \Exception)
Open

class NotSupportedMethodException extends \Pluf\Core\Exception

Possibly zero references to use statement for classlike/namespace Entity (\Pluf\Orm\Attribute\Entity)
Open

use Pluf\Orm\Attribute\Entity;

Possibly zero references to use statement for classlike/namespace Transients (\Pluf\Orm\Attribute\Transients)
Open

use Pluf\Orm\Attribute\Transients;

Expected 1 blank line at end of file; 2 found
Open

}

There are no issues that match your filters.

Category
Status