Crell / ApiProblem

A simple implementation of the api-problem specification. Includes PSR-15 support.
MIT License
239 stars 21 forks source link

bugfix issue #33 #34

Closed nyamsprod closed 3 years ago

nyamsprod commented 3 years ago

bugfix issue #33

Crell commented 3 years ago

Good catch on the bug. I don't know what's up with the CI bits; I'll look into that shortly. The code fix itself feels excessively complex, though.

nyamsprod commented 3 years ago

The patch is updated and hopefully simpler now

Crell commented 3 years ago

The Scrutinzer issue is a problem with phpcs and recent PHP versions. Nothing related here, I think.

I want to fiddle slightly with the code, but I'll merge it first so I have the tests and then adjust as needed. Thanks!