Merge remote-tracking branch 'o/6.x' into fixes #565
Annotations
10 errors
UnusedVariable:
src/Psalm/Internal/Codebase/Analyzer.php#L303
src/Psalm/Internal/Codebase/Analyzer.php:303:9: UnusedVariable: $times is never referenced or the value is not used (see https://psalm.dev/077)
|
PossiblyInvalidPropertyAssignmentValue:
src/Psalm/Report/ConsoleReport.php#L137
src/Psalm/Report/ConsoleReport.php:137:34: PossiblyInvalidPropertyAssignmentValue: $this->link_format with declared type 'null|string' cannot be assigned possibly different type 'non-empty-array<array-key, mixed>|non-falsy-string' (see https://psalm.dev/147)
|
PossiblyInvalidCast:
src/Psalm/Report/ConsoleReport.php#L142
src/Psalm/Report/ConsoleReport.php:142:23: PossiblyInvalidCast: non-empty-array<array-key, mixed> cannot be cast to string (see https://psalm.dev/190)
|
PossiblyInvalidArgument:
src/Psalm/Report/ConsoleReport.php#L142
src/Psalm/Report/ConsoleReport.php:142:23: PossiblyInvalidArgument: Argument 1 of strtr expects string, but possibly different type non-empty-array<array-key, mixed>|string provided (see https://psalm.dev/092)
|
UnusedBaselineEntry:
src/Psalm/Internal/Cli/Psalm.php#L1
src/Psalm/Internal/Cli/Psalm.php:0:0: UnusedBaselineEntry: Baseline for issue "MixedArrayAccess" has 5 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/Psalm/Internal/Cli/Psalm.php#L1
src/Psalm/Internal/Cli/Psalm.php:0:0: UnusedBaselineEntry: Baseline for issue "PossiblyInvalidArrayAccess" has 5 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/Psalm/Internal/Cli/Psalm.php#L1
src/Psalm/Internal/Cli/Psalm.php:0:0: UnusedBaselineEntry: Baseline for issue "PossiblyUndefinedStringArrayOffset" has 5 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/Psalm/Internal/Cli/Psalm.php#L1
src/Psalm/Internal/Cli/Psalm.php:0:0: UnusedBaselineEntry: Baseline for issue "RiskyTruthyFalsyComparison" has 6 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/Psalm/Internal/Codebase/Analyzer.php#L1
src/Psalm/Internal/Codebase/Analyzer.php:0:0: UnusedBaselineEntry: Baseline for issue "InvalidArgument" has 1 extra entry. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/Psalm/Internal/Codebase/Analyzer.php#L1
src/Psalm/Internal/Codebase/Analyzer.php:0:0: UnusedBaselineEntry: Baseline for issue "InvalidReturnStatement" has 1 extra entry. (see https://psalm.dev/316)
|