add persist methods in repositories #75
Annotations
10 errors and 1 warning
Domain/Service/Repository/RepositoryInterface.php#L16
Generic type Doctrine\Common\Collections\Selectable<Ivoz\Core\Domain\Model\EntityInterface> in PHPDoc tag @extends does not specify all template types of interface Doctrine\Common\Collections\Selectable: TKey, T
|
Domain/Service/Repository/RepositoryInterface.php#L16
Type Ivoz\Core\Domain\Model\EntityInterface in generic type Doctrine\Common\Collections\Selectable<Ivoz\Core\Domain\Model\EntityInterface> in PHPDoc tag @extends is not subtype of template type TKey of (int|string) of interface Doctrine\Common\Collections\Selectable.
|
Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository specifies template type T of interface Doctrine\Common\Collections\Selectable as EntityT of Ivoz\Core\Domain\Model\EntityInterface but it's already specified as mixed.
|
Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository specifies template type T of interface Doctrine\Common\Collections\Selectable as EntityT of Ivoz\Core\Domain\Model\EntityInterface but it's already specified as mixed.
|
Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository specifies template type T of interface Doctrine\Persistence\ObjectRepository as EntityT of Ivoz\Core\Domain\Model\EntityInterface but it's already specified as object.
|
Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository specifies template type T of interface Doctrine\Persistence\ObjectRepository as EntityT of Ivoz\Core\Domain\Model\EntityInterface but it's already specified as object.
|
Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository specifies template type TKey of interface Doctrine\Common\Collections\Selectable as int but it's already specified as (int|string).
|
Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\Bundle\DoctrineBundle\Repository\LazyServiceEntityRepository specifies template type TKey of interface Doctrine\Common\Collections\Selectable as int but it's already specified as (int|string).
|
Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository specifies template type T of interface Doctrine\Common\Collections\Selectable as EntityT of Ivoz\Core\Domain\Model\EntityInterface but it's already specified as mixed.
|
Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository specifies template type T of interface Doctrine\Persistence\ObjectRepository as EntityT of Ivoz\Core\Domain\Model\EntityInterface but it's already specified as object.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading