Skip to content

Commit

Permalink
Build(deps-dev): Bump phpstan/phpstan from 1.10.40 to 1.10.47
Browse files Browse the repository at this point in the history
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.10.40 to 1.10.47.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.40...1.10.47)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and LeSuisse committed Dec 6, 2023
1 parent c3705c6 commit b24f4f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Storage/RedisStore.php
Expand Up @@ -341,7 +341,6 @@ private function toMetricKey(MetricName $name, string $type): string
private function redisMulti(): Redis
{
$redis = $this->redis->multi(Redis::MULTI);
/** @phpstan-ignore-next-line */
assert($redis instanceof Redis);

return $redis;
Expand Down

0 comments on commit b24f4f7

Please sign in to comment.