Showing 197 of 197 total issues

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

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

    private array $solutions = [];
Severity: Critical
Found in src/Exception.php by phan

Call to method createEntityManager from undeclared class \Pluf\Orm\EntityManagerFactory (Did you mean class \Pluf\Core\Process\Entity\EntityManagerFactory)
Open

        $entityManager = $entityManagerFactory->createEntityManager();

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

use Pluf\Orm\Attribute\Entity;

Call to method getTransaction from undeclared class \Pluf\Orm\EntityManager
Open

        $transaction = $entityManager->getTransaction();

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

    private string $class;
Severity: Critical
Found in src/Process/Entity/ReadEntity.php by phan

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

    private string $class;
Severity: Critical
Found in src/Process/Entity/UpdateEntity.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

Call to method getHeader from undeclared class \Psr\Http\Message\ServerRequestInterface
Open

            $contentTypes = $request->getHeader('Content-Type') ?? [];
Severity: Critical
Found in src/Process/Http/RequestBodyParser.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

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

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

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

            status: 404,
Severity: Critical
Found in src/Process/Http/ResourceNotFound.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 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;

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

    private ?string $message;
Severity: Critical
Found in src/ExceptionBuilder.php by phan

Saw an @param annotation for customers, but it was not found in the param list of function __invoke(\Pluf\Orm\EntityManager $entityManager, $entities) : array|mixed[]
Open

     * @param array $customers

Call to method getQueryParams from undeclared class \Psr\Http\Message\ServerRequestInterface
Open

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

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

use Pluf\Orm\Attribute\Entity;
Severity
Category
Status
Source
Language