remove obsolete annotation mapping #84
static.yml
on: pull_request
PHPStan
24s
PHP-CS-Fixer
15s
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.
|