Skip to content

Commit

Permalink
[TASK] Update all dependencies (#461)
Browse files Browse the repository at this point in the history
* [TASK] Update all dependencies

* [TASK] Regenerate PHPStan baseline

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Elias Häußler <elias@haeussler.dev>
  • Loading branch information
renovate[bot] and eliashaeussler authored Feb 8, 2025
1 parent ab20c56 commit 1dabeff
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 87 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.

158 changes: 79 additions & 79 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@ parameters:
path: src/Log/FileLogger.php

-
message: '#^Parameter \#3 \$context \(array\<string, mixed\>\) of method EliasHaeussler\\CacheWarmup\\Log\\FileLogger\:\:log\(\) should be contravariant with parameter \$context \(array\) of method Psr\\Log\\LoggerTrait\:\:log\(\)$#'
message: '#^Parameter \#3 \$context \(array\<string, mixed\>\) of method EliasHaeussler\\CacheWarmup\\Log\\FileLogger\:\:log\(\) should be contravariant with parameter \$context \(array\<mixed\>\) of method Psr\\Log\\AbstractLogger\:\:log\(\)$#'
identifier: method.childParameterType
count: 1
path: src/Log/FileLogger.php

-
message: '#^Parameter \#3 \$context \(array\<string, mixed\>\) of method EliasHaeussler\\CacheWarmup\\Log\\FileLogger\:\:log\(\) should be contravariant with parameter \$context \(array\<mixed\>\) of method Psr\\Log\\AbstractLogger\:\:log\(\)$#'
message: '#^Parameter \#3 \$context \(array\<string, mixed\>\) of method EliasHaeussler\\CacheWarmup\\Log\\FileLogger\:\:log\(\) should be contravariant with parameter \$context \(array\<mixed\>\) of method Psr\\Log\\LoggerInterface\:\:log\(\)$#'
identifier: method.childParameterType
count: 1
path: src/Log/FileLogger.php

-
message: '#^Parameter \#3 \$context \(array\<string, mixed\>\) of method EliasHaeussler\\CacheWarmup\\Log\\FileLogger\:\:log\(\) should be contravariant with parameter \$context \(array\<mixed\>\) of method Psr\\Log\\LoggerInterface\:\:log\(\)$#'
message: '#^Parameter \#3 \$context \(array\<string, mixed\>\) of method EliasHaeussler\\CacheWarmup\\Log\\FileLogger\:\:log\(\) should be contravariant with parameter \$context \(array\<mixed\>\) of method Psr\\Log\\LoggerTrait\:\:log\(\)$#'
identifier: method.childParameterType
count: 1
path: src/Log/FileLogger.php
Expand Down

0 comments on commit 1dabeff

Please sign in to comment.