Symfony: lowercase letters for service and parameter
See original GitHub issueSuch rule should be deleted or at least adapted to allow keys like env(FOO)
Symfony allows uppercase letters when using env vars in parameters since version 3.2
The inspection itself is pointing to correct documentation, but it’s not up to date
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Coding Standards (Symfony Docs)
Use lowercase letters for parameter names (except when referring to environment variables with the %env(VARIABLE_NAME)% syntax);; Add class aliases for public ...
Read more >Doctrine parameter to create lower-case tables?
So I was expecting that the default behaviour would create lower-case tables, or at least, that a simple boolean Doctrine parameter could ...
Read more >Only allow lowercase service and parameter names - Drupal
Core uses once 'persistIds' and once 'form_test.form.serviceForm' as the only uppercase services (and here relies on a side-effect), but Symfony ...
Read more >strtolower - Manual - PHP
Bytes in the range "A" (0x41) to "Z" (0x5a) will be converted to the corresponding lowercase letter by adding 32 to each byte...
Read more >Coding Standards — Symfony Framework Documentation 文档
When contributing code to Symfony, you must follow its coding standards. ... Use lowercase letters for service and parameter names;; A group name...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Is there a reason why this is not resolved yet? Thanks.
@ruudk I already provided all relevant informations in my first post