Actions
Feature #96868
closedAlso load "Configuration/Services.yml" for dependency injection, or at least emit a warning if it exists
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-02-13
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently, only "Configuration/Services.yaml" is loaded, but if the file "Configuration/Services.yml" exists, this is almost always a bug (which has cost me much time).
To handle this better, two solutions come to mind:
- Also load the .yml file (After or before the .yaml file?)
- Emit a warning if the .yml file exists.
Both options should not have much of a performance impact due to caching.
Actions