Skip to content

Commit

Permalink
Merge pull request #260 from nextras/renovate/major-phpstan-packages
Browse files Browse the repository at this point in the history
chore(deps): update phpstan packages to v2 (major)
  • Loading branch information
hrach authored Nov 11, 2024
2 parents 8360f5e + 9a16c3e commit 17129c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"nette/neon": "~3.0",
"nextras/multi-query-parser": "~1.0",
"phpstan/extension-installer": "1.4.3",
"phpstan/phpstan": "1.12.7",
"phpstan/phpstan-deprecation-rules": "1.2.1",
"phpstan/phpstan-strict-rules": "1.6.1",
"phpstan/phpstan": "2.0.0",
"phpstan/phpstan-deprecation-rules": "2.0.0",
"phpstan/phpstan-strict-rules": "2.0.0",
"symfony/config": "~4.4 || ~5.0",
"symfony/dependency-injection": "~4.4 || ~5.0",
"symfony/http-kernel": "~4.4 || ~5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/SqlProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class SqlProcessor
*/
protected $customModifiers = [];

/** @var SplObjectStorage<ISqlProcessorModifierResolver,mixed>|ISqlProcessorModifierResolver[] */
/** @var SplObjectStorage<ISqlProcessorModifierResolver, never> */
protected SplObjectStorage $modifierResolvers;

/** @var array<string, string> */
Expand Down

0 comments on commit 17129c2

Please sign in to comment.