mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Hide phpstan deprecation errors on Doctrine Cache
This commit is contained in:
parent
1fd2162d4f
commit
defb793b0b
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user