Skip to content

Commit

Permalink
chore: ignore deprecation regarding native type in ThumbnailService (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored Jan 8, 2025
1 parent 9d2f725 commit ca323dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:
reportUnmatched: false

-
message: "#tag\\:v6\\.7\\.0 - reason:exception-change Thrown exception will change from InternalFieldAccessNotAllowedException to DataAbstractionLayerException#"
message: "#tag\\:v6\\.7\\.0 - reason\\:exception-change Thrown exception will change from InternalFieldAccessNotAllowedException to DataAbstractionLayerException#"
reportUnmatched: false

-
Expand All @@ -41,6 +41,11 @@ parameters:
path: src/DependencyInjection/ThumbnailService.php
reportUnmatched: false

-
message: "#tag\\:v6\\.7\\.0 - reason\\:return-type-change - Return type will be native#"
path: src/DependencyInjection/ThumbnailService.php
reportUnmatched: false

-
message: '#^Call to deprecated method#'
path: src/DependencyInjection/FileSaver.php
Expand Down

0 comments on commit ca323dd

Please sign in to comment.