Christophe Coevoet
Christophe Coevoet
### Feature request If `@param-immediately-invoked-callable` is applied on a parameter, storing the callable for later usage should report an error about this invalid usage. Similarly, if `@param-later-invoked-callable` is applied on...
### Bug report See https://github.com/scssphp/scssphp/pull/711/files#diff-13089a54481b0ddc2d096cc9a10d51a13270053cbd7acb896887b2d49e959fdf for the impacted file. Removing a few entries from the array in the `BUILTIN_FUNCTIONS` constant makes the analysis pass. I added a `@var` phpdoc on...
### Bug report When a method is overridden in the code snippet, the playground should not suggest changing the return type of the parent method to `never` as this would...
### Bug report When an extension implements `getAllowedSubTypes` to define that the only allowed subtypes of an interface are a given class and an enum, I would except that handling...
### Symfony version(s) affected 6.3 ### Description Currently, `\Symfony\Component\Form\Extension\Core\Type\BaseType::buildView` merges the `label_translation_parameters` and `attr_translation_parameters` from the parent with the one. This was unnoticed until now because the translation parameters defined...
See https://php-rfc-watch.beberlei.de/#Accepted%20RFCs%20for%20PHP%20
I'm talking about these texts:  Here are the contrast ratio: - white on green: 1.86 - white on red: 2.44 - white on blue: 2.28 - white on teal...
A yes-no vote always displays the `no` vote last, meaning you first have the choice for something changing and then the choice for doing nothing. And that's displayed this way...
you are adding use statements, but without checking if they could conflict with other classes in the same namespace (possible only if the user try to typehint a class `...\Base*`...
Currently, if an invalid name is used, the behavior simply skips it silently. This makes it very difficult to spot typos in the config of the behavior. The [filter function](https://github.com/willdurand/TypehintableBehavior/blob/master/src/TypehintableBehavior.php#L103)...