Skip to content

remove obsolete annotation mapping #85

remove obsolete annotation mapping

remove obsolete annotation mapping #85

Triggered via pull request December 4, 2023 09:55
@dbudbu
synchronize #858
drop-annotations
Status Failure
Total duration 27s
Artifacts

static.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: lib/Doctrine/ODM/PHPCR/Document/File.php#L81
Class Doctrine\ODM\PHPCR\Document\Resource referenced with incorrect case: Doctrine\ODM\PHPCR\Document\resource.
PHPStan: lib/Doctrine/ODM/PHPCR/Document/File.php#L103
Class Doctrine\ODM\PHPCR\Document\Resource referenced with incorrect case: Doctrine\ODM\PHPCR\Document\resource.
PHPStan: lib/Doctrine/ODM/PHPCR/Document/Resource.php#L35
Class Doctrine\ODM\PHPCR\Document\Resource referenced with incorrect case: Doctrine\ODM\PHPCR\Document\resource.
PHPStan: lib/Doctrine/ODM/PHPCR/Document/Resource.php#L94
Class Doctrine\ODM\PHPCR\Document\Resource referenced with incorrect case: Doctrine\ODM\PHPCR\Document\resource.
PHPStan: lib/Doctrine/ODM/PHPCR/Document/Resource.php#L106
Class Doctrine\ODM\PHPCR\Document\Resource referenced with incorrect case: Doctrine\ODM\PHPCR\Document\resource.
PHPStan: tests/Doctrine/Tests/ODM/PHPCR/Id/AssignedIdGeneratorTest.php#L53
Return type mixed of method Doctrine\Tests\ODM\PHPCR\Id\ClassMetadataProxy::getFieldValue() is not covariant with return type mixed of method Doctrine\ODM\PHPCR\Mapping\ClassMetadata::getFieldValue().
PHPStan: tests/Doctrine/Tests/ODM/PHPCR/Id/ParentIdGeneratorTest.php#L143
Return type mixed of method Doctrine\Tests\ODM\PHPCR\Id\ParentClassMetadataProxy::getFieldValue() is not covariant with return type mixed of method Doctrine\ODM\PHPCR\Mapping\ClassMetadata::getFieldValue().
PHPStan: tests/Doctrine/Tests/ODM/PHPCR/Id/RepositoryIdGeneratorTest.php#L73
Return type mixed of method Doctrine\Tests\ODM\PHPCR\Id\RepositoryClassMetadataProxy::getFieldValue() is not covariant with return type mixed of method Doctrine\ODM\PHPCR\Mapping\ClassMetadata::getFieldValue().
PHPStan: tests/Doctrine/Tests/ODM/PHPCR/Mapping/ClassMetadataFactoryTest.php#L39
Instantiated class Doctrine\ODM\PHPCR\Mapping\Driver\AnnotationDriver not found.
PHPStan: tests/Doctrine/Tests/ODM/PHPCR/Mapping/ClassMetadataFactoryTest.php#L40
Call to method addPaths() on an unknown class Doctrine\ODM\PHPCR\Mapping\Driver\AnnotationDriver.