-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
29 lines (28 loc) · 1.27 KB
/
phpstan.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
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
parameters:
level: max
paths:
- src
ignoreErrors:
-
message: '#^Call to an undefined method Dew\\TablestoreDriver\\TablestoreServiceProvider::getPrefix\(\)\.$#'
path: src/TablestoreServiceProvider.php
-
message: '#^Call to an undefined method Dew\\TablestoreDriver\\TablestoreServiceProvider::createCacheHandler\(\)\.$#'
path: src/TablestoreServiceProvider.php
-
message: '#should be contravariant with .* Illuminate\\Contracts\\Cache\\Store::get\(\)$#'
path: src/TablestoreStore.php
-
message: '#should be contravariant with .* Illuminate\\Contracts\\Cache\\Store::many\(\)$#'
path: src/TablestoreStore.php
-
message: '#should be contravariant with .* Illuminate\\Contracts\\Cache\\Store::putMany\(\)$#'
path: src/TablestoreStore.php
-
message: '#should be contravariant with .* Illuminate\\Contracts\\Cache\\Store::increment\(\)$#'
path: src/TablestoreStore.php
-
message: '#should be contravariant with .* Illuminate\\Contracts\\Cache\\Store::decrement\(\)$#'
path: src/TablestoreStore.php