generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 156
/
phpstan-baseline.neon
36 lines (30 loc) · 1.64 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
parameters:
ignoreErrors:
-
message: "#^Call to an undefined method Illuminate\\\\Database\\\\ConnectionInterface\\:\\:getDriverName\\(\\)\\.$#"
count: 1
path: src/Exceptions/DatabaseNotSupported.php
-
message: "#^Method Spatie\\\\Health\\\\Notifications\\\\CheckFailedNotification\\:\\:transParameters\\(\\) should return array\\<string, string\\> but returns array\\<string, mixed\\>\\.$#"
count: 1
path: src/Notifications/CheckFailedNotification.php
-
message: "#^Unable to resolve the template type TKey in call to function collect$#"
count: 1
path: src/ResultStores/ResultStores.php
-
message: "#^Unable to resolve the template type TValue in call to function collect$#"
count: 1
path: src/ResultStores/ResultStores.php
-
message: "#^Property Spatie\\\\Health\\\\ResultStores\\\\StoredCheckResults\\\\StoredCheckResults\\:\\:\\$storedCheckResults \\(Illuminate\\\\Support\\\\Collection\\<int, Spatie\\\\Health\\\\ResultStores\\\\StoredCheckResults\\\\StoredCheckResult\\>\\) does not accept Illuminate\\\\Support\\\\Collection\\<int, Spatie\\\\Health\\\\ResultStores\\\\StoredCheckResults\\\\StoredCheckResult\\>\\|Illuminate\\\\Support\\\\Collection\\<TKey of \\(int\\|string\\), TValue\\>\\.$#"
count: 1
path: src/ResultStores/StoredCheckResults/StoredCheckResults.php
-
message: "#^Unable to resolve the template type TKey in call to function collect$#"
count: 2
path: src/ResultStores/StoredCheckResults/StoredCheckResults.php
-
message: "#^Unable to resolve the template type TValue in call to function collect$#"
count: 2
path: src/ResultStores/StoredCheckResults/StoredCheckResults.php