-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[DependencyInjection] Document the different types of service arguments #21048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 6.4
Are you sure you want to change the base?
Conversation
service_container.rst
Outdated
- !php/const true | ||
- !php/const E_ALL | ||
- !php/const PDO::FETCH_NUM | ||
- !php/const App\Service\AnotherService::SOME_CONSTANT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To avoid this error, can we use a real constant from the codebase? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added it to the DOCtor-RST allow list
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will not work, the error comes from the code-blocks checker
I made some changes but this is still failing. Not sure what to do here. Can we skip the code block CI for some files? |
This is needed so we can configure #20167 later.