Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
Merge f00e2e8 into efd9696
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Sep 5, 2019
2 parents efd9696 + f00e2e8 commit 9bc93fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4snapshot
env:
- GROUP=default

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ext-SimpleXML": "*",
"ext-json": "*",
"ext-libxml": "*",
"jms/serializer": "^3.0.1"
"jms/serializer": "^3.2"
},
"conflict": {},
"require-dev": {
Expand Down
4 changes: 1 addition & 3 deletions src/Serialization/Serializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private function getLastSeenSimpleXMLElement(): \SimpleXMLElement
* @see \JMS\Serializer\SerializerInterface::serialize()
* @psalm-suppress MoreSpecificImplementedParamType
*
* {@inheritdoc}
* @param mixed $data
*/
public function serialize($data, string $format, SerializationContext $context = null, string $type = null): string
{
Expand All @@ -171,8 +171,6 @@ public function serialize($data, string $format, SerializationContext $context =
/**
* @see \JMS\Serializer\SerializerInterface::deserialize()
* @psalm-suppress MoreSpecificImplementedParamType
*
* {@inheritdoc}
*/
public function deserialize(string $data, string $type, string $format, DeserializationContext $context = null)
{
Expand Down

0 comments on commit 9bc93fe

Please sign in to comment.