src/Exception/InvalidArgumentException.php

Summary

Maintainability
A
0 mins
Test Coverage

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

use Pluf\Orm\Attribute\Entity;

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

class InvalidArgumentException extends \Pluf\Core\Exception
Severity: Critical
Found in src/Exception/InvalidArgumentException.php by phan

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

use Throwable;

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

use Pluf\Orm\Attribute\Transients;

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

use Pluf\Orm\Attribute\Column;

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

}

There are no issues that match your filters.

Category
Status