refactor(container): remove redundant null return types #2808
coding-conventions.yml
on: pull_request
Run style check
24s
Run static analysis: PHPStan
48s
Annotations
1 error and 2 warnings
|
Run style check
Process completed with exit code 1.
|
|
no-redundant-use:
tests/Integration/Database/QueryStatements/AlterTableStatementTest.php#L8
Unused import: `RuntimeException`.
Help: Remove the entire `use` statement.
|
|
no-redundant-use:
tests/Integration/Database/QueryStatements/CreateTableStatementTest.php#L7
Unused import: `RuntimeException`.
Help: Remove the entire `use` statement.
|