feat(database): support multiple databases in migrations and query builders #1937
coding-conventions.yml
on: pull_request
Run style check
35s
Run static analysis: PHPStan
34s
Annotations
1 warning
|
strictness/require-return-type:
packages/reflection/tests/Fixtures/TestClassA.php#L9
Method `method` is missing a return type hint.
Type hints improve code readability and help prevent type-related errors.
Help: Consider adding a return type hint to method `method`.
|