mirror of
https://github.com/getgrav/grav.git
synced 2026-07-06 10:29:30 +02:00
Hide phpstan deprecation errors on Doctrine Cache
This commit is contained in:
@@ -124,8 +124,11 @@ parameters:
|
||||
|
||||
# Support for deprecated features
|
||||
-
|
||||
message: '#Instantiation of deprecated class Doctrine\\Common\\Cache\\MemcacheCache#'
|
||||
message: '#Instantiation of deprecated class Doctrine\\Common\\Cache\\(\w+)Cache#'
|
||||
path: '*/system/src/Grav/Common/Cache.php'
|
||||
-
|
||||
message: '#Instantiation of deprecated class Doctrine\\Common\\Cache\\(\w+)Cache#'
|
||||
path: '*/system/src/Grav/Common/GPM/Remote/*.php'
|
||||
-
|
||||
message: '#Call to deprecated method order#'
|
||||
path: '*/system/src/Grav/Common/Page/Pages.php'
|
||||
|
||||
Reference in New Issue
Block a user