question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Symfony: lowercase letters for service and parameter

See original GitHub issue

Such 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:open
  • Created 5 years ago
  • Reactions:4
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
johnnypeacommented, Nov 5, 2020

Is there a reason why this is not resolved yet? Thanks.

1reaction
garakcommented, Nov 8, 2019

@ruudk I already provided all relevant informations in my first post

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found