Skip to content

Bump doctrine/coding-standard from 13.0.0 to 13.0.1 #527

Bump doctrine/coding-standard from 13.0.0 to 13.0.1

Bump doctrine/coding-standard from 13.0.0 to 13.0.1 #527

Triggered via pull request May 15, 2025 08:14
Status Failure
Total duration 1m 39s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
5s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
26s
Code Coverage / Code Coverage
Coding Standards
28s
Coding Standards
Matrix: Dependency analysis / Dependency Analysis
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Integration test  /  Supported Versions Matrix
9s
Integration test / Supported Versions Matrix
Matrix: Integration test / Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
MissingOverrideAttribute: src/phpDocumentor/Reflection/NodeVisitor/ElementNameResolver.php#L50
src/phpDocumentor/Reflection/NodeVisitor/ElementNameResolver.php:50:5: MissingOverrideAttribute: Method phpDocumentor\Reflection\NodeVisitor\ElementNameResolver::beforetraverse should have the "Override" attribute (see https://psalm.dev/358)
PossiblyUnusedMethod: src/phpDocumentor/Reflection/Metadata/MetaDataContainer.php#L21
src/phpDocumentor/Reflection/Metadata/MetaDataContainer.php:21:21: PossiblyUnusedMethod: Cannot find any calls to method phpDocumentor\Reflection\Metadata\MetaDataContainer::getMetadata (see https://psalm.dev/087)
PossiblyUnusedMethod: src/phpDocumentor/Reflection/Metadata/MetaDataContainer.php#L18
src/phpDocumentor/Reflection/Metadata/MetaDataContainer.php:18:21: PossiblyUnusedMethod: Cannot find any calls to method phpDocumentor\Reflection\Metadata\MetaDataContainer::addMetadata (see https://psalm.dev/087)
MissingOverrideAttribute: src/phpDocumentor/Reflection/File/LocalFile.php#L62
src/phpDocumentor/Reflection/File/LocalFile.php:62:5: MissingOverrideAttribute: Method phpDocumentor\Reflection\File\LocalFile::path should have the "Override" attribute (see https://psalm.dev/358)
FalsableReturnStatement: src/phpDocumentor/Reflection/File/LocalFile.php#L56
src/phpDocumentor/Reflection/File/LocalFile.php:56:16: FalsableReturnStatement: The declared return type 'string' for phpDocumentor\Reflection\File\LocalFile::md5 does not allow false, but the function returns 'false|string' (see https://psalm.dev/137)
InvalidFalsableReturnType: src/phpDocumentor/Reflection/File/LocalFile.php#L54
src/phpDocumentor/Reflection/File/LocalFile.php:54:28: InvalidFalsableReturnType: The declared return type 'string' for phpDocumentor\Reflection\File\LocalFile::md5 does not allow false, but 'false|string' contains false (see https://psalm.dev/143)
MissingOverrideAttribute: src/phpDocumentor/Reflection/File/LocalFile.php#L54
src/phpDocumentor/Reflection/File/LocalFile.php:54:5: MissingOverrideAttribute: Method phpDocumentor\Reflection\File\LocalFile::md5 should have the "Override" attribute (see https://psalm.dev/358)
MissingOverrideAttribute: src/phpDocumentor/Reflection/File/LocalFile.php#L46
src/phpDocumentor/Reflection/File/LocalFile.php:46:5: MissingOverrideAttribute: Method phpDocumentor\Reflection\File\LocalFile::getcontents should have the "Override" attribute (see https://psalm.dev/358)
UnusedClass: src/phpDocumentor/Reflection/File/LocalFile.php#L27
src/phpDocumentor/Reflection/File/LocalFile.php:27:13: UnusedClass: Class phpDocumentor\Reflection\File\LocalFile is never used (see https://psalm.dev/075)
ClassMustBeFinal: src/phpDocumentor/Reflection/Exception.php#L21
src/phpDocumentor/Reflection/Exception.php:21:7: ClassMustBeFinal: Class phpDocumentor\Reflection\Exception is never extended and is not part of the public API, and thus must be made final. (see https://psalm.dev/361)