Skip to content

remove obsolete annotation mapping #83

remove obsolete annotation mapping

remove obsolete annotation mapping #83

Triggered via pull request December 4, 2023 09:34
Status Failure
Total duration 28s
Artifacts

static.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
PHPStan: lib/Doctrine/ODM/PHPCR/Document/AbstractFile.php#L12
Missing parameter $nodeType (string|null) in call to Doctrine\ODM\PHPCR\Mapping\Attributes\MappedSuperclass constructor.
PHPStan: lib/Doctrine/ODM/PHPCR/Document/AbstractFile.php#L12
Missing parameter $repositoryClass (string|null) in call to Doctrine\ODM\PHPCR\Mapping\Attributes\MappedSuperclass constructor.
PHPStan: lib/Doctrine/ODM/PHPCR/Document/AbstractFile.php#L12
Missing parameter $translator (string|null) in call to Doctrine\ODM\PHPCR\Mapping\Attributes\MappedSuperclass constructor.
PHPStan: lib/Doctrine/ODM/PHPCR/Document/File.php#L13
Missing parameter $repositoryClass (string|null) in call to Doctrine\ODM\PHPCR\Mapping\Attributes\Document constructor.
PHPStan: lib/Doctrine/ODM/PHPCR/Document/File.php#L13
Missing parameter $translator (string|null) in call to Doctrine\ODM\PHPCR\Mapping\Attributes\Document constructor.
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/Folder.php#L18
Missing parameter $repositoryClass (string|null) in call to Doctrine\ODM\PHPCR\Mapping\Attributes\Document constructor.
PHPStan: lib/Doctrine/ODM/PHPCR/Document/Folder.php#L18
Missing parameter $translator (string|null) in call to Doctrine\ODM\PHPCR\Mapping\Attributes\Document constructor.
PHPStan: lib/Doctrine/ODM/PHPCR/Document/Generic.php#L17
Attribute class Doctrine\ODM\PHPCR\Mapping\Attributes\Document constructor invoked with 0 parameters, 4-10 required.