Fix #872
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
PropertyNotSetInConstructor:
examples/TemplateChecker.php#L33
examples/TemplateChecker.php:33:13: PropertyNotSetInConstructor: Property Psalm\Examples\Template\TemplateAnalyzer::$codebase is not defined in constructor of Psalm\Examples\Template\TemplateAnalyzer or in any methods called in the constructor (see https://psalm.dev/074)
|
MixedInferredReturnType:
examples/TemplateChecker.php#L92
examples/TemplateChecker.php:92:16: MixedInferredReturnType: Could not verify return type 'Psalm\Context|false' for Psalm\Examples\Template\TemplateAnalyzer::checkMethod (see https://psalm.dev/047)
|
InvalidExtendClass:
examples/TemplateScanner.php#L17
examples/TemplateScanner.php:17:31: InvalidExtendClass: Class Psalm\Examples\Template\TemplateScanner may not inherit from final class Psalm\Internal\Scanner\FileScanner (see https://psalm.dev/232)
|
MethodSignatureMismatch:
examples/TemplateScanner.php#L21
examples/TemplateScanner.php:21:5: MethodSignatureMismatch: Method Psalm\Internal\Scanner\FileScanner::scan is declared final and cannot be overridden (see https://psalm.dev/042)
|
MixedInferredReturnType:
examples/plugins/SafeArrayKeyChecker.php#L15
examples/plugins/SafeArrayKeyChecker.php:15:16: MixedInferredReturnType: Could not verify return type 'list<string>' for Psalm\Example\Plugin\SafeArrayKeyChecker::removeTaints (see https://psalm.dev/047)
|
PossiblyUnusedProperty:
src/Psalm/Aliases.php#L9
src/Psalm/Aliases.php:9:17: PossiblyUnusedProperty: Cannot find any references to property Psalm\Aliases::$namespace_first_stmt_start (see https://psalm.dev/149)
|
PossiblyUnusedProperty:
src/Psalm/Aliases.php#L13
src/Psalm/Aliases.php:13:17: PossiblyUnusedProperty: Cannot find any references to property Psalm\Aliases::$uses_end (see https://psalm.dev/149)
|
PossiblyUnusedProperty:
src/Psalm/Aliases.php#L25
src/Psalm/Aliases.php:25:105: PossiblyUnusedProperty: Cannot find any references to property Psalm\Aliases::$functions (see https://psalm.dev/149)
|
PossiblyUnusedProperty:
src/Psalm/Aliases.php#L25
src/Psalm/Aliases.php:25:165: PossiblyUnusedProperty: Cannot find any references to property Psalm\Aliases::$uses_flipped (see https://psalm.dev/149)
|
PossiblyUnusedProperty:
src/Psalm/Aliases.php#L25
src/Psalm/Aliases.php:25:198: PossiblyUnusedProperty: Cannot find any references to property Psalm\Aliases::$functions_flipped (see https://psalm.dev/149)
|