Skip to content

Commit

Permalink
Bump dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed May 8, 2024
1 parent 5e6a5ae commit 9d05e45
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"dg/bypass-finals": "^1.5.1",
"jackalope/jackalope-doctrine-dbal": "^1.9 || ^2.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "1.10.66",
"phpstan/phpstan": "1.10.67",
"phpstan/phpstan-phpunit": "1.3.16",
"phpunit/phpunit": "10.5.17",
"phpunit/phpunit": "10.5.20",
"rector/rector": "1.0.4",
"ruflin/elastica": "^7.3",
"solarium/solarium": "^6.2",
Expand Down
5 changes: 5 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ parameters:
count: 1
path: lib/Adapter/Doctrine/DBAL/QueryAdapter.php

-
message: "#^Call to an undefined method Doctrine\\\\DBAL\\\\Query\\\\QueryBuilder\\:\\:resetQueryPart\\(\\)\\.$#"
count: 1
path: lib/Adapter/Doctrine/DBAL/SingleTableQueryAdapter.php

-
message: "#^Method Pagerfanta\\\\Doctrine\\\\MongoDBODM\\\\QueryAdapter\\:\\:getNbResults\\(\\) should return int\\<0, max\\> but returns array\\<string, mixed\\>\\|int\\|object\\|null\\.$#"
count: 1
Expand Down

0 comments on commit 9d05e45

Please sign in to comment.