Fix generic type implementations #1451
Annotations
10 errors
src/Sortable/Entity/Repository/SortableRepository.php#L25
Class Gedmo\Sortable\Entity\Repository\SortableRepository extends generic class Doctrine\ORM\EntityRepository but does not specify its types: TEntityClass
|
src/Translatable/Document/Repository/TranslationRepository.php#L31
Class Gedmo\Translatable\Document\Repository\TranslationRepository extends generic class Doctrine\ODM\MongoDB\Repository\DocumentRepository but does not specify its types: TDocumentClass
|
src/Translatable/Entity/Repository/TranslationRepository.php#L31
Class Gedmo\Translatable\Entity\Repository\TranslationRepository extends generic class Doctrine\ORM\EntityRepository but does not specify its types: TEntityClass
|
src/Tree/Document/MongoDB/Repository/AbstractTreeRepository.php#L24
Class Gedmo\Tree\Document\MongoDB\Repository\AbstractTreeRepository extends generic class Doctrine\ODM\MongoDB\Repository\DocumentRepository but does not specify its types: TDocumentClass
|
src/Tree/Entity/Repository/AbstractTreeRepository.php#L25
Class Gedmo\Tree\Entity\Repository\AbstractTreeRepository extends generic class Doctrine\ORM\EntityRepository but does not specify its types: TEntityClass
|
tests/Gedmo/Mapping/Fixture/Yaml/Category.php#L96
Method Gedmo\Tests\Mapping\Fixture\Yaml\Category::getChildren() return type with generic interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
|
tests/Gedmo/Mapping/Fixture/Yaml/Category.php#L96
Method Gedmo\Tests\Mapping\Fixture\Yaml\Category::getChildren() return type with generic interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
|
tests/Gedmo/Timestampable/Fixture/Article.php#L189
Method Gedmo\Tests\Timestampable\Fixture\Article::getComments() return type with generic interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
|
tests/Gedmo/Timestampable/Fixture/Article.php#L189
Method Gedmo\Tests\Timestampable\Fixture\Article::getComments() return type with generic interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
|
tests/Gedmo/Timestampable/Fixture/ArticleCarbon.php#L192
Method Gedmo\Tests\Timestampable\Fixture\ArticleCarbon::getComments() return type with generic interface Doctrine\Common\Collections\Collection does not specify its types: TKey, T
|
The logs for this run have expired and are no longer available.
Loading