Skip to content

Commit

Permalink
Merge pull request #2680 from jockos/fix-serializer-version
Browse files Browse the repository at this point in the history
fix: update symfony/serializer required version
  • Loading branch information
meyerbaptiste authored Apr 3, 2019
2 parents 1a7b783 + 655225d commit 42e0bdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/property-access": "^3.4 || ^4.0",
"symfony/property-info": "^3.4 || ^4.0",
"symfony/serializer": "^4.1",
"symfony/serializer": "^4.2",
"symfony/web-link": "^4.1",
"willdurand/negotiation": "^2.0.3"
},
Expand Down
4 changes: 0 additions & 4 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ parameters:
message: '#Method ApiPlatform\\Core\\Bridge\\Doctrine\\Orm\\Util\\QueryBuilderHelper::mapJoinAliases() should return array<string, array<string>\|string> but returns array<int|string, mixed>\.#'
path: %currentWorkingDirectory%/src/Bridge/Doctrine/Orm/Util/QueryBuilderHelper.php
- "#Call to method PHPUnit\\\\Framework\\\\Assert::assertSame\\(\\) with array\\('(collection_context|item_context|subresource_context)'\\) and array<Symfony\\\\Component\\\\VarDumper\\\\Cloner\\\\Data>\\|bool\\|float\\|int\\|string\\|null will always evaluate to false\\.#"
# https://github.com/symfony/symfony/pull/30535
-
message: '#Call to method PHPUnit\\Framework\\Assert::assertNull\(\) with string will always evaluate to false\.#'
path: %currentWorkingDirectory%/tests/EventListener/AddFormatListenerTest.php
# https://github.com/doctrine/doctrine2/pull/7298/files
- '#Strict comparison using === between null and int will always evaluate to false\.#'
-
Expand Down

0 comments on commit 42e0bdc

Please sign in to comment.