Skip to content

Commit

Permalink
Merge pull request #1329 from dgafka/hotfix/phpstan
Browse files Browse the repository at this point in the history
Fix phpstan return type
  • Loading branch information
goetas committed Oct 13, 2021
2 parents d17d8fc + ec48fa8 commit 3f9db63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/SerializerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ public function serialize($data, string $format, ?SerializationContext $context
* @return mixed
*
* @throws RuntimeException
*
* @psalm-template T
* @psalm-param class-string<T> $type
* @psalm-return T
*/
public function deserialize(string $data, string $type, string $format, ?DeserializationContext $context = null);
}

0 comments on commit 3f9db63

Please sign in to comment.