Fix #866
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
InvalidExtendClass:
examples/TemplateChecker.php#L33
examples/TemplateChecker.php:33:38: InvalidExtendClass: Class Psalm\Examples\Template\TemplateAnalyzer may not inherit from final class Psalm\Internal\Analyzer\FileAnalyzer (see https://psalm.dev/232)
|
MethodSignatureMismatch:
examples/TemplateChecker.php#L37
examples/TemplateChecker.php:37:5: MethodSignatureMismatch: Method Psalm\Internal\Analyzer\FileAnalyzer::analyze is declared final and cannot be overridden (see https://psalm.dev/042)
|
InvalidExtendClass:
examples/TemplateScanner.php#L17
examples/TemplateScanner.php:17:37: 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)
|
PossiblyUnusedMethod:
src/Psalm/Codebase.php#L1995
src/Psalm/Codebase.php:1995:21: PossiblyUnusedMethod: Cannot find any calls to method Psalm\Codebase::queueClassLikeForScanning (see https://psalm.dev/087)
|
PropertyTypeCoercion:
src/Psalm/Config.php#L572
src/Psalm/Config.php:572:27: PropertyTypeCoercion: Psalm\Config::$instance expects 'Psalm\Config&static|null', parent type 'Psalm\Config' provided (see https://psalm.dev/198)
|
RedundantCast:
src/Psalm/Config.php#L823
src/Psalm/Config.php:823:49: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
|
UnusedPsalmSuppress:
src/Psalm/Config.php#L878
src/Psalm/Config.php:878:24: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
|
PossiblyUnusedMethod:
src/Psalm/Internal/Analyzer/FileAnalyzer.php#L346
src/Psalm/Internal/Analyzer/FileAnalyzer.php:346:21: PossiblyUnusedMethod: Cannot find any calls to method Psalm\Internal\Analyzer\FileAnalyzer::addNamespacedClassAnalyzer (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Psalm/Internal/Analyzer/FileAnalyzer.php#L351
src/Psalm/Internal/Analyzer/FileAnalyzer.php:351:21: PossiblyUnusedMethod: Cannot find any calls to method Psalm\Internal\Analyzer\FileAnalyzer::addNamespacedInterfaceAnalyzer (see https://psalm.dev/087)
|