forked from contributte/image-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
21 lines (21 loc) · 902 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
parameters:
paths:
- src
level: max
ignoreErrors:
-
message: '~^Parameter #1 \$pattern of function preg_match expects string, string\|null given\.$~'
path: '*/src/ImageNameScript.php'
count: 1
-
message: '~^Parameter #1 \$pattern of function preg_match expects string, string\|null given\.$~'
path: '*/src/ImageStorage.php'
count: 1
-
message: '~^Right side of && is always true\.$~'
path: '*/src/ImageStorage.php'
count: 1
-
message: '~^Method Contributte\\ImageStorage\\ImageStorage::fromIdentifier\(\) should return Contributte\\ImageStorage\\Image but returns array<int, Contributte\\ImageStorage\\ImageNameScript\|string>\|Contributte\\ImageStorage\\Image\.$~'
path: '*/src/ImageStorage.php'
count: 1