Bump psalm/phar from 6.7.1 to 6.8.2 #504
integrate.yaml
on: pull_request
Unit test
/
Supported Versions Matrix
6s
Code Coverage
/
Code Coverage
53s
Coding Standards
45s
Matrix: Dependency analysis / Dependency Analysis
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Matrix: Integration test / Tests
Annotations
10 errors and 1 warning
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
MissingOverrideAttribute:
src/phpDocumentor/Reflection/NodeVisitor/ElementNameResolver.php#L49
src/phpDocumentor/Reflection/NodeVisitor/ElementNameResolver.php:49:5: MissingOverrideAttribute: Method phpDocumentor\Reflection\NodeVisitor\ElementNameResolver::beforetraverse should have the "Override" attribute (see https://psalm.dev/358)
|
|
Code Coverage / Code Coverage
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|