forked from PHPSocialNetwork/phpfastcache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
19 lines (19 loc) · 1.06 KB
/
phpstan.neon
File metadata and controls
19 lines (19 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
###################################################
# Complete PHPSTAN configuration for Travis CI
###################################################
parameters:
ignoreErrors:
- '#PHPDoc tag @(.*)#' # (Really) Annoying PHPDoc tag issues...
- '#Call to an undefined method phpssdb(.*)#' # Phpstan is not able to know the magic of Ssdb __call() implementation
-
message: '#(Method|Class) Couchbase(.*)#' # Phpstan not differencing coucbase and couchbase_v3 stubs from jetbrains/phpstorm-stubs
path: lib/Phpfastcache/Drivers/Couchbasev3/Driver.php
-
message: '#Cannot call method getPayload\(\) on int#' # Issue in predis/predis => https://github.com/predis/predis/pull/710
path: lib/Phpfastcache/Drivers/Predis/Driver.php
-
message: '#Cannot assign offset (.*) to string|Offset (.*) on string#' # Issue in arangodb/arangodb-php => https://github.com/arangodb/arangodb-php/issues/293
path: lib/Phpfastcache/Drivers/Arangodb/Driver.php
-
message: '#(.*)class is deprecated and will be removed in v10(.*)#'
path: lib/Phpfastcache/Config/Config.php