Freerich Bäthge
Freerich Bäthge
Since Symfony 6.4 we have route name aliases for invokable controllers. The autocomplete in Twig templates already provides those route aliases, for example in the path() function. But this kind...
## Documentation **SlevomatCodingStandard.Classes.ConstructorPropertyPromotionSpacing** 🔧 Checks that there is a certain number of blank lines between promoted properties in constructor. Sniff provides the following settings: - `minLinesCountBeforeWithComment`: minimum number of lines...
As mentioned in issue #1471, we need to give special treatment to __invoke methods. In some applications, __invoke methods are as important as __construct methods, such as in EventHandler, CommandHandler,...