Skip to content

Commit

Permalink
ci: use problem error normalizer trait
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Dec 13, 2024
1 parent 756187f commit 6f86528
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Serializer/ErrorNormalizerTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
use Symfony\Component\ErrorHandler\Exception\FlattenException;
use Symfony\Component\HttpFoundation\Response;

/**
* @deprecated
*/
trait ErrorNormalizerTrait
{
private function getErrorMessage($object, array $context, bool $debug = false): string
Expand Down

0 comments on commit 6f86528

Please sign in to comment.