Showing 197 of 197 total issues

Call to method readValue from undeclared class \Pluf\Orm\ObjectMapper
Open

        $collectionQuery = $objectMapperArray->readValue($request->getQueryParams(), CollectionQuery::class);
Severity: Critical
Found in src/Process/Http/RequestToEntityQuery.php by phan

Class extends undeclared class \Pluf\Core\Process\Http\IfMethodIs
Open

class IfMethodIsPost extends IfMethodIs
Severity: Critical
Found in src/Process/Http/IfMethodIsPost.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 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;
Severity: Minor
Found in src/Exception/UnhandledException.php by phan

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

use Pluf\Orm\Attribute\Transients;
Severity: Minor
Found in src/Exception/UnhandledException.php by phan

Reference to undeclared class \Pluf\Core\Process\Http\IfMethodIs
Open

        parent::__construct("GET");
Severity: Critical
Found in src/Process/Http/IfMethodIsGet.php by phan

Reference to undeclared class \Pluf\Core\Process\Http\IfMethodIs
Open

        parent::__construct("PUT");
Severity: Critical
Found in src/Process/Http/IfMethodIsPut.php by phan

syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST)
Open

    private string $regex;
Severity: Critical
Found in src/Process/Http/IfPathIs.php by phan

Reference to constant class from undeclared class \Pluf\Core\CollectionQuery
Open

        $collectionQuery = $objectMapperArray->readValue($request->getQueryParams(), CollectionQuery::class);
Severity: Critical
Found in src/Process/Http/RequestToEntityQuery.php by phan

Class uses undeclared trait \Pluf\Orm\AssertionTrait
Open

class HttpBodyToEntity extends HttpBodyToEntities
Severity: Critical
Found in src/Process/HttpBodyToEntity.php by phan

Reference to undeclared class \Pluf\Core\Process\HttpBodyToEntities (Did you mean class \Pluf\Core\Process\HttpBodyToEntity)
Open

        parent::__construct($class, false, $name);
Severity: Critical
Found in src/Process/HttpBodyToEntity.php by phan

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

use Throwable;

Parameter $unitTracker has undeclared type \Pluf\Scion\UnitTrackerInterface
Open

    public function __invoke(\Pluf\Orm\EntityManagerFactory $entityManagerFactory, UnitTrackerInterface $unitTracker)

syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)
Open

    private array $regex;
Severity: Critical
Found in src/Process/Http/IfPathAndMethodIs.php by phan

syntax error, unexpected ':', expecting ',' or ')'
Open

            status: 500,
Severity: Critical
Found in src/Process/Http/ResponseBodyEncoder.php by phan
Severity
Category
Status
Source
Language