Piotr Szymaszek
Piotr Szymaszek
Duplicate of #329
There is an issue with `SensioDistributionBundle` - it is not and will not be compatibile with Symfony 4, so until it is required in tests, they will not actually test...
If you are really hard pressed to use this bundle with Symfony 4, my organization has made a fork that uses the #342 to allow it. You can find it...
Hey, how about you create a PR with a test case, where you specifically provide this certain parameters set?
Hello, I am sorry, but as I have written in the README, I no longer actively develop new features or solve bugs for this library. It would be more than...
Well, to be honest, it is not really my code. I have just ported the library to Github and updated it somewhat, trying to keep backwards compatibility as much as...
So you would change the interface of classes. This would require me to start a new version, `4.x`, that would not provide 100% BC, but I think it can do...
Hello, I have a question regarding your point `Decouple configuration from annotations, adding other sources of configuration (PHP, XML, YML)`. Is this still a thing? I really dislike using annotations...
Thank you @dannsam and @fritz-c , your workaround did it for me. I have encountered this issue using the [autosave plugin](https://github.com/ckeditor/ckeditor5-autosave) for CKEditor 5, since it tries to make sure...
Does this explain my meaning, or should I also include how it should happen in the IDE? ```php namespace Demo; use function in_array; class someClass { public function someMethod(string $key):...