feat(core): load local and production configurations last
#1921
coding-conventions.yml
on: pull_request
Run style check
30s
Run static analysis: PHPStan
28s
Annotations
1 warning
|
strictness/require-return-type:
tests/Integration/Core/Config/LoadConfigTest.php#L12
Method `test_config_loaded_in_order` 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 `test_config_loaded_in_order`.
|