Commits on Source (2)
-
Reiter, Christoph authored
Since we now funnel the extra information through the message via json we no longer need the extra state on the ApiError. Also use a special status code for withDetails() so we don't have to guess what the caller wants based on the json decode error.
37458912 -
Reiter, Christoph authored
See https://github.com/symfony/symfony/issues/42791#issuecomment-908355056 Should be fixed in the next version hopefully.
... | ... | @@ -35,6 +35,9 @@ |
"symfony/phpunit-bridge": "^5.3", | ||
"vimeo/psalm": "^4.4" | ||
}, | ||
"conflict": { | ||
"symfony/dependency-injection": "5.3.7" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Dbp\\Relay\\CoreBundle\\": "src/" | ||
... | ... |
tests/ApiErrorTest.php
0 → 100644