Skip to content

Commit

Permalink
Ignore some phpstan messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Oct 18, 2023
1 parent 3afba13 commit 6a8031d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan.neon
Expand Up @@ -30,3 +30,7 @@ parameters:
message: '#Dead catch - Exception is never thrown in the try block.#'
path: %currentWorkingDirectory%/src/Convert/Converters/Ewww.php
- '#initCurl\(\) has invalid return type CurlHandle.#'
-
message: '#Unreachable statement - code above always terminates.#'
path: %currentWorkingDirectory%/src/Convert/Helpers/PhpIniSizes.php
- '#WebPConvert\\Convert\\Converters\\Cwebp::composeMeaningfullErrorMessageNoVersionsWorking\(\) is unused.#'

0 comments on commit 6a8031d

Please sign in to comment.