Skip to content

refactor(container): remove redundant null return types #2807

refactor(container): remove redundant null return types

refactor(container): remove redundant null return types #2807

Triggered via pull request November 14, 2025 10:07
Status Failure
Total duration 49s
Artifacts

coding-conventions.yml

on: pull_request
Run style check
32s
Run style check
Run static analysis: PHPStan
45s
Run static analysis: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Run static analysis: PHPStan
Process completed with exit code 1.
Run static analysis: PHPStan: tests/Integration/View/Components/IconComponentTest.php#L94
Using nullsafe method call on non-nullable type Tempest\Icon\IconCache. Use -> instead.
Run static analysis: PHPStan: tests/Integration/Database/QueryStatements/CreateTableStatementTest.php#L74
Match arm comparison between Tempest\Database\Config\DatabaseDialect::POSTGRESQL and Tempest\Database\Config\DatabaseDialect::POSTGRESQL is always true.
Run static analysis: PHPStan: tests/Integration/Database/QueryStatements/CreateTableStatementTest.php#L70
Using nullsafe property access on non-nullable type Tempest\Database\Config\DatabaseConfig. Use -> instead.
Run static analysis: PHPStan: tests/Integration/Database/QueryStatements/AlterTableStatementTest.php#L51
Match arm comparison between Tempest\Database\Config\DatabaseDialect::POSTGRESQL and Tempest\Database\Config\DatabaseDialect::POSTGRESQL is always true.
Run static analysis: PHPStan: tests/Integration/Database/QueryStatements/AlterTableStatementTest.php#L48
Using nullsafe property access on non-nullable type Tempest\Database\Config\DatabaseConfig. Use -> instead.