Skip to content

Commit ca323dd

Browse files
authored
chore: ignore deprecation regarding native type in ThumbnailService (#152)
1 parent 9d2f725 commit ca323dd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

phpstan.neon

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616
reportUnmatched: false
1717

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

2222
-
@@ -41,6 +41,11 @@ parameters:
4141
path: src/DependencyInjection/ThumbnailService.php
4242
reportUnmatched: false
4343

44+
-
45+
message: "#tag\\:v6\\.7\\.0 - reason\\:return-type-change - Return type will be native#"
46+
path: src/DependencyInjection/ThumbnailService.php
47+
reportUnmatched: false
48+
4449
-
4550
message: '#^Call to deprecated method#'
4651
path: src/DependencyInjection/FileSaver.php

0 commit comments

Comments
 (0)