Freerich Bäthge

Results 3 issues of 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...

fixed

## 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...

Enhancement

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,...