Greg Korba

Results 540 comments of Greg Korba

Thank you very much @grubersjoe 🍻

I try to clean the backlog and ensure that contributors' work is not wasted, I believe people can take advantage of many things that are waiting here 🙂. 60 left...

We're facing the same issue (but not on Heroku, just locally). In our team 2 instances (one on Windows, one on Ubuntu) works ok after implementing bundle: ``` # @see...

What is the correct way to provide custom cache service? In order to fix our issue described in #123 I wanted to set service for cache: ``` sp_bower: bundles: OurBundle:...

We have the same issue currently (1.4.5 + PHPStan 1.11.6). Consider simplified code: ```yaml services: # Interface Foo\ClientFactory: '@Foo\ApplicationClientFactory' # Implementation Foo\ApplicationClientFactory: ~ ``` then, when we do something like:...

But I don't want more specific type here, as the whole idea of interface is interchangeability. In the code, when I fetch `ClientFactory` (interface) I don't care what implementation comes...

We have PHP-CS-Fixer/PHP-CS-Fixer#6884 so we're yet to verify if problem remains on PHPUnit 10. On PHPUnit 9 I tried to utilise `--stderr` but diff is not visible too. @sebastianbergmann any...

Each configured rule is applied to the file in specific order (fixers' priorities), so as it was already pointed out, there's no way to determine line for each rule. Imagine...