-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
19 lines (17 loc) · 957 Bytes
/
phpstan-baseline.neon
File metadata and controls
19 lines (17 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parameters:
ignoreErrors:
-
message: '#^Method JoliCode\\MediaBundle\\Storage\\MediaPropertyAccessor\:\:getPixelDimensions\(\) should return array\{height\: int, width\: int\}\|false but returns array\{height\: int, width\: int\}\|bool\.$#'
identifier: return.type
count: 1
path: src/Storage/MediaPropertyAccessor.php
-
message: '#^Method JoliCode\\MediaBundle\\Storage\\MediaVariationPropertyAccessor\:\:getPixelDimensions\(\) should return array\{height\: int, width\: int\}\|false but returns array\{height\: int, width\: int\}\|bool\.$#'
identifier: return.type
count: 1
path: src/Storage/MediaVariationPropertyAccessor.php
-
message: '#^Call to function method_exists\(\) with ''EasyCorp\\\\Bundle\\\\EasyAdminBundle\\\\Config\\\\MenuItem'' and ''linkToCrud'' will always evaluate to false\.$#'
identifier: function.impossibleType
count: 1
path: tests/src/Application/src/Controller/DashboardController.php