Skip to content

Remove entity name property from PeristService so it can be used as a… #70

Remove entity name property from PeristService so it can be used as a…

Remove entity name property from PeristService so it can be used as a… #70

Triggered via push June 26, 2023 17:11
Status Failure
Total duration 35s
Artifacts

workflow.yml

on: push
Integration Test Suite
24s
Integration Test Suite
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Integration Test Suite: src/Factory/Repository/Persistence/PersistServiceFactory.php#L63
Class Arp\LaminasDoctrine\Repository\Persistence\PersistService constructor invoked with 3 parameters, 2 required.
Integration Test Suite: src/Factory/Repository/Persistence/PersistServiceFactory.php#L65
Parameter #2 $logger of class Arp\LaminasDoctrine\Repository\Persistence\PersistService constructor expects Psr\Log\LoggerInterface, Doctrine\ORM\EntityManagerInterface given.
Integration Test Suite: src/Repository/EntityRepository.php#L30
Type mixed in generic type Arp\LaminasDoctrine\Repository\Persistence\PersistServiceInterface<mixed> in PHPDoc tag @param for parameter $persistService is not subtype of template type TEntity of Arp\Entity\EntityInterface of interface Arp\LaminasDoctrine\Repository\Persistence\PersistServiceInterface.
Integration Test Suite: src/Repository/EntityRepository.php#L30
Type mixed in generic type Arp\LaminasDoctrine\Repository\Query\QueryServiceInterface<mixed> in PHPDoc tag @param for parameter $queryService is not subtype of template type TEntity of Arp\Entity\EntityInterface of interface Arp\LaminasDoctrine\Repository\Query\QueryServiceInterface.
Integration Test Suite: src/Repository/EntityRepository.php#L32
Type mixed in generic type Arp\LaminasDoctrine\Repository\Query\QueryServiceInterface<mixed> in PHPDoc type for property Arp\LaminasDoctrine\Repository\EntityRepository::$queryService is not subtype of template type TEntity of Arp\Entity\EntityInterface of interface Arp\LaminasDoctrine\Repository\Query\QueryServiceInterface.
Integration Test Suite: src/Repository/EntityRepository.php#L33
Type mixed in generic type Arp\LaminasDoctrine\Repository\Persistence\PersistServiceInterface<mixed> in PHPDoc type for property Arp\LaminasDoctrine\Repository\EntityRepository::$persistService is not subtype of template type TEntity of Arp\Entity\EntityInterface of interface Arp\LaminasDoctrine\Repository\Persistence\PersistServiceInterface.
Integration Test Suite: src/Repository/EntityRepository.php#L51
PHPDoc tag @return with type Entity|null is not subtype of native type Arp\Entity\EntityInterface|null.
Integration Test Suite: src/Repository/EntityRepository.php#L69
PHPDoc tag @return with type Entity|null is not subtype of native type Arp\Entity\EntityInterface|null.
Integration Test Suite: src/Repository/EntityRepository.php#L81
PHPDoc tag @return with type Entity|null is not subtype of native type Arp\Entity\EntityInterface|null.
Integration Test Suite: src/Repository/EntityRepository.php#L152
PHPDoc tag @param for parameter $entity with type Entity is not subtype of native type Arp\Entity\EntityInterface.