Alfred Bez

Results 27 comments of Alfred Bez

Just for reference: Git also [has an option](https://stackoverflow.com/a/58037244/2123108) to show invisible or non-printable characters via `--ws-error-highlight=all`.

We use something like this: ``` $ phpcs --ignore=$(paste -s -d, .phpcsignore) . ``` The `.phpcsignore` looks like this: ``` $ cat .phpcsignore vendor */tmp/* ```

Feedback from @BattleMoench: > for me it was the same as Frank Zunder had: i updated an existing module via composer. (In this case a new Monolog Logger was inside...

I got the same error just now again, I have more details now. We're using the Metapackage Version 6.2.2. I was working on a feature branch where we added a...

Hi @IgorIe, I don't have a clean project at the moment, but I guess it should be reproducible by installing a module on a feature branch and then switching to...

I think @IgorIe was talking about something like https://github.com/OXID-eSales/docker-eshop-sdk where I can reproduce the issue.

Please use [GitHub Reactions](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments)

My colleague @shas2023 created a PR to add this in #181

Makes total sense, we have this in our project like so, just not in the reproducer which is based on the Spryker demo shop: ![image](https://user-images.githubusercontent.com/1001186/217769817-f23328e0-f82c-4196-9055-9a78985b909f.png) (I'm not working for Spryker,...