Vincent Langlet

Results 103 issues of Vincent Langlet

Might be worth releasing after https://github.com/sonata-project/SonataBlockBundle/pull/1121 if you have time to take a look @jordisala1991

## Subject @jordisala1991 The containerBlockService is referencing `@SonataBlock/Block/block_container.html.twig` here: https://github.com/sonata-project/SonataBlockBundle/blob/4.x/src/Block/Service/ContainerBlockService.php#L89 Do you know what should I do about this template since it always referenced here: https://github.com/sonata-project/SonataBlockBundle/blob/4.x/src/DependencyInjection/SonataBlockExtension.php#L40-L44 and https://github.com/sonata-project/SonataBlockBundle/blob/4.x/src/DependencyInjection/SonataBlockExtension.php#L85-L90 Also, isn't...

minor

Closes https://github.com/phpstan/phpstan/issues/8163

Closes https://github.com/phpstan/phpstan/issues/8087

Closes https://github.com/phpstan/phpstan/issues/8088 The dynamic extensions was considering ``` array ``` and ``` array{0, 1, 2, 3, 4, 5, 6, 7, 8, 9} ``` as the same

First try of the implementation of PossiblyDivisionByZero The config declaration is missing. At which level should I add this @ondrejmirtes ? (with a conditional tag ?)

Hi @greg0ire Closes https://github.com/doctrine/data-fixtures/issues/408 I introduce a `$class` param in a BC way: - If you use it, phpstan/psalm understand the return type - If you don't use it, it...

When doing something like ``` $user->setContext($this->getReference(ContextFixtures::FR)); ``` currently phpstan is reporting an error before getReference is typehinted as an object, and not a Context class. Also, if I have a...

Hi @Haehnchen The plugin only provide autocompletion for Constraint properties which starts with "message" but it's more common to see the suffix "message". For instance https://symfony.com/doc/current/reference/constraints/Length.html has `minMessage` and `maxMessage`...

Hi @Haehnchen, This plugin is great, thanks a lot for this. One of the feature I use the most is the translations resolutions: It works perfectly when the domain provided...