Skip to content

Commit

Permalink
Suppressing the LessSpecificImplementedReturnType error
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Oct 23, 2024
1 parent 24210f7 commit 42d08db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Serializer/EntitySerializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
use TypeError;

/**
* @psalm-suppress LessSpecificImplementedReturnType
*
* Serializes, normalizes and denormalizes entities.
*/
class EntitySerializer implements EntitySerializerInterface
Expand Down

0 comments on commit 42d08db

Please sign in to comment.