Skip to content

add persist methods in repositories #76

add persist methods in repositories

add persist methods in repositories #76

Triggered via pull request September 29, 2023 11:07
Status Failure
Total duration 35s
Artifacts

phpstan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.
build: Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\ORM\EntityRepository 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.
build: Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\ORM\EntityRepository 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.
build: Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\ORM\EntityRepository 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.
build: Infrastructure/Persistence/Doctrine/Repository/DoctrineRepository.php#L22
Class Doctrine\ORM\EntityRepository 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.
build
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/