Skip to content

Commit

Permalink
ignore aws sdk warning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jan 2, 2024
1 parent aabfdc5 commit f2f0839
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ parameters:
- .phpstan/stubs/ReadInterface.stub
dynamicConstantNames:
- Symfony\Component\HttpKernel\Kernel::VERSION
ignoreErrors:
# Depending on aws sdk version, this method has 2 or 4 parameters. The extra parameters will just be ignored.
# https://github.com/liip/LiipImagineBundle/issues/1457
- '#^Method Aws\\S3\\S3Client::getObjectUrl\(\) invoked with 4 parameters, 2 required\.$#'

0 comments on commit f2f0839

Please sign in to comment.