Markus Podar

Results 404 comments of Markus Podar

> Not everyone has automated code styling processes set up I can't argue with that, I don't have numbers to prove it. But I'm taking a step back and thinking:...

Can you create a PR with a test showing the (unexpected) behavior? The idea being that the test is green but based on the current behavior to have a point...

Appreciated, will take a look after I'm back from vacation

Maybe this is something for a [known limitation](https://github.com/rebing/graphql-laravel#known-limitations) section, with an example how to work with this?

You my try https://github.com/PHP-Open-Source-Saver/jwt-auth , which was forked from here and supports 8.1 🤞🏼

Because you asked in https://github.com/WyriHaximus/github-action-composer-php-versions-in-range/pull/9#issuecomment-1170270369 > @mfn Would [this](https://github.com/WyriHaximus/github-action-composer-php-versions-in-range/tree/document-not-failing-for-upcoming-versions?rgh-link-date=2022-06-29T17%3A27%3A26Z#example) work? Just opened https://github.com/WyriHaximus/github-action-composer-php-versions-in-range/pull/10 to propose that 😅 Took me a couple minutes to figure out how this works, was confusing...

Had this same error too today, running as part of CakePHP2 PHPUnit. ``` $ php -v PHP 7.2.10-0ubuntu0.18.04.1 (cli) (built: Sep 13 2018 13:45:02) ( NTS ) $ grep -v...

My fork at https://github.com/mfn/phpunit-immediate-exception-printer contains similar code so this might even work

From a brief look, looks interesting! Will get back once I've more time.

Can you check the hooks if you can write a custom code for it?