refactor(container): remove redundant null return types #2807
coding-conventions.yml
on: pull_request
Run style check
32s
Run static analysis: PHPStan
45s
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.
|