Skip to content

Commit

Permalink
Bump the phpstan group with 3 updates (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 3, 2024
1 parent dc1605b commit 4bc6b11
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 @@ -20,12 +20,12 @@
},
"require-dev": {
"nette/tester": "2.5.3",
"phpstan/phpstan": "1.11.5",
"phpstan/phpstan": "1.11.8",
"phpstan/phpstan-strict-rules": "1.6.0",
"phpstan/phpstan-nette": "1.3.1",
"phpstan/phpstan-nette": "1.3.3",
"nepada/phpstan-nette-tester": "1.2.0",
"spaze/phpstan-disallowed-calls": "3.4.0",
"shipmonk/phpstan-rules": "3.0.0",
"shipmonk/phpstan-rules": "3.1.0",
"php-parallel-lint/php-parallel-lint": "1.4.0",
"nepada/coding-standard": "7.14.0",
"nette/di": "^3.0.6@dev",
Expand Down
2 changes: 1 addition & 1 deletion src/Bridges/BustCacheDI/BustCacheExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function loadConfiguration(): void

$container->addDefinition($this->prefix('cacheBustingStrategy'))
->setType(CacheBustingStrategy::class)
->setFactory(self::CACHE_BUSTING_STRATEGIES[$this->config->strategy]);
->setFactory(self::CACHE_BUSTING_STRATEGIES[$this->config->strategy]); // @phpstan-ignore shipmonk.unsafeArrayKey (pre-validated string config value)

$container->addDefinition($this->prefix('cache'))
->setType(Cache::class)
Expand Down

0 comments on commit 4bc6b11

Please sign in to comment.