Merge branch 'rector_pass' into fixes #489
Annotations
10 errors
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)
|
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)
|
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)
|
src/Psalm/Internal/Analyzer/NamespaceAnalyzer.php#L46
src/Psalm/Internal/Analyzer/NamespaceAnalyzer.php:46:34: NonInvariantDocblockPropertyType: Property Psalm\Internal\Analyzer\NamespaceAnalyzer::$source has type Psalm\Internal\Analyzer\FileAnalyzer, not invariant with Psalm\Internal\Analyzer\SourceAnalyzer::$source of type Psalm\Internal\Analyzer\SourceAnalyzer (see https://psalm.dev/267)
|
src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArrayFunctionArgumentsAnalyzer.php#L86
src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArrayFunctionArgumentsAnalyzer.php:86:32: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
|
src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArrayFunctionArgumentsAnalyzer.php#L89
src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArrayFunctionArgumentsAnalyzer.php:89:13: UndefinedDocblockClass: Docblock-defined class, interface or enum named Psalm\Internal\Analyzer\Statements\Expression\Call\TList does not exist (see https://psalm.dev/200)
|
src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArrayFunctionArgumentsAnalyzer.php#L126
src/Psalm/Internal/Analyzer/Statements/Expression/Call/ArrayFunctionArgumentsAnalyzer.php:126:21: InvalidArgument: Argument 8 of Psalm\Internal\Analyzer\Statements\Expression\Call\ArrayFunctionArgumentsAnalyzer::checkClosureType expects array<array-key, Psalm\Type\Atomic\TArray|null>, but list<Psalm\Internal\Analyzer\Statements\Expression\Call\TList|Psalm\Type\Atomic\TArray|null> provided (see https://psalm.dev/004)
|
src/Psalm/Internal/Analyzer/Statements/Expression/Call/StaticCallAnalyzer.php#L59
src/Psalm/Internal/Analyzer/Statements/Expression/Call/StaticCallAnalyzer.php:59:13: UnusedVariable: $fq_class_name is never referenced or the value is not used (see https://psalm.dev/077)
|
src/Psalm/Internal/Codebase/Analyzer.php#L335
src/Psalm/Internal/Codebase/Analyzer.php:335:17: MixedArrayAssignment: Cannot access array value on mixed variable $times[string] (see https://psalm.dev/117)
|
src/Psalm/Internal/Codebase/Analyzer.php#L525
src/Psalm/Internal/Codebase/Analyzer.php:525:36: InvalidArgument: Argument 1 expects array{0: float, 1: string}, but list<Psalm\Internal\Analyzer\IssueData> provided (see https://psalm.dev/004)
|
The logs for this run have expired and are no longer available.
Loading