Michael Hirschler

Results 39 issues of Michael Hirschler

### Symfony version(s) affected 6.1.2 ### Description Using `Symfony\Component\Validator\Constraints\GroupSequence` on a class works, but it won't work on child classes or Doctrine\Proxy classes. I've just tested with latest Symfony version,...

Validator
Bug
Status: Needs Review
Status: Waiting feedback

# Bug Report | Subject | Details | | :------------- | :--------------------| | Rector version | 0.13.7 | | Installed as | composer dependency | ## Minimal PHP Code Causing...

Hi, just noticed that the documentation lacks the option `exactly` in `Assert\Length` constraint: https://symfony.com/doc/current/reference/constraints/Length.html Looks like `exactMessage` is documented since Symfony 2.3, but there is no sign of `exactly` and...

Validator

**Describe the bug** The `change` event won't get triggered if using `.autocomplete('set')`. **To Reproduce** Steps to reproduce the behavior: ``` const $test = $('form .js-select'); $test.autoComplete({ minLength: 3, resolver: 'custom',...

triage

Tests pass on php8.1 (it works on my machine :joy:) Let's see if travis tells same. Closes #42

Is PHP8 support planned?

Are there any plans of supporting PHP 8.x on this, @salavert ?

Hi :-) I really love symfony/flex. I use it a lot on other projects. Currently I'm maintaining a legacy project (started with Symfony 2.3 :partying_face: - now Symfony 4.4, currently...

Hey :-) One of my projects is using `friendsofsyfmony/fos-http-cache-bundle`. I recently noticed composers output: ``` Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead. ``` Obviously this...

After injecting `FilesystemMap` into one of my services, PHPStan reports an error: ```php final class MyClass { public function __construct(FilesystemMap $filesystemMap) { // ... } // ... } ``` ```...