Showing 197 of 197 total issues

Call to method __construct from undeclared class \Pluf\Scion\Process\Http\Exception\InvalidBodyContentException (Did you mean class \Pluf\Core\Exception\InvalidBodyContentException)
Open

                            throw new InvalidBodyContentException("Fail to decode body as " . $parsedContentType);
Severity: Critical
Found in src/Process/Http/RequestBodyParser.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;

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

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

Doc-block of $request in __invoke contains phpdoc param type \Psr\Http\Message\RequestInterface which is incompatible with the param type \Psr\Http\Message\ServerRequestInterface declared in the signature
Open

     * @param RequestInterface $request
Severity: Minor
Found in src/Process/Http/RequestBodyParser.php by phan

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 Column (\Pluf\Orm\Attribute\Column)
Open

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

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

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

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

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

Class uses undeclared trait \Pluf\Orm\AssertionTrait
Open

class HttpBodyToEntity extends HttpBodyToEntities
Severity: Critical
Found in src/Process/HttpBodyToEntity.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;

Parameter $entityManager has undeclared type \Pluf\Orm\EntityManager
Open

    public function __invoke(EntityManager $entityManager, UnitTrackerInterface $unitTracker)

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

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

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

    public function __invoke(ServerRequestInterface $request, UnitTrackerInterface $unitTracker)
Severity: Minor
Found in src/Process/Http/RequestBodyParser.php by phan

Call to method __construct from undeclared class \Pluf\Scion\Process\Http\Exception\InvalidBodyContentException (Did you mean class \Pluf\Core\Exception\InvalidBodyContentException)
Open

                        throw new InvalidBodyContentException("Not supported content type: " . $parsedContentType);
Severity: Critical
Found in src/Process/Http/RequestBodyParser.php by phan

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

    public function __invoke(ServerRequestInterface $request, EntityManager $entityManager, ObjectMapper $objectMapperArray, UnitTrackerInterface $unitTracker)

Class extends undeclared class \Pluf\Core\Process\HttpBodyToEntities (Did you mean class \Pluf\Core\Process\HttpBodyToEntity)
Open

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

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

use Throwable;
Severity
Category
Status
Source
Language