Skip to content

Commit 5ce7596

Browse files
committed
ci: use problem error normalizer trait
1 parent 0ad0b4b commit 5ce7596

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/JsonApi/Serializer/ErrorNormalizerTrait.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
use Symfony\Component\ErrorHandler\Exception\FlattenException;
1818
use Symfony\Component\HttpFoundation\Response;
1919

20+
/**
21+
* @deprecated
22+
*/
2023
trait ErrorNormalizerTrait
2124
{
2225
private function getErrorMessage($object, array $context, bool $debug = false): string

0 commit comments

Comments
 (0)