Skip to content

Commit

Permalink
Merge pull request #3 from FLUX-SE/doctrine-annotation
Browse files Browse the repository at this point in the history
Update doctrine annotation
  • Loading branch information
Prometee authored May 24, 2024
2 parents 79ae794 + 66c1f0e commit 4cb2ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"symfony/http-kernel": "^5.4|^6.4",
"php-http/logger-plugin": "^1.1",
"prometee/php-class-generator": "^1.0",
"doctrine/annotations": "^1.13",
"doctrine/annotations": "^1.13|^2.0",
"webmozart/assert": "^1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
parameters:
reportUnmatchedIgnoredErrors: false
checkMissingIterableValueType: false

paths:
- src
Expand All @@ -10,6 +9,7 @@ parameters:
- tests/Manager/ModelManagerTest.php

ignoreErrors:
- identifier: missingType.iterableValue
- '/Method FluxSE\\OdooApiClient\\Manager\\ModelListManager::(find|findBy|findByIds)\(\) should return (array<|\()T of FluxSE\\OdooApiClient\\Model\\BaseInterface(>|\)\|null) but returns mixed\./'
- '/Method FluxSE\\OdooApiClient\\Serializer\\(Json|Xml)Rpc\\(Json|Xml)RpcSerializerHelper::decodeResponseBody\(\) should return array\|bool\|int\|string but returns mixed\./'

Expand Down

0 comments on commit 4cb2ccb

Please sign in to comment.