Ignore missing class GdImage (PHP 8+) in phpstan tests

This commit is contained in:
Matias Griese
2022-02-19 11:32:37 +02:00
parent e9f047f783
commit 6d5f755335

View File

@@ -92,6 +92,9 @@ parameters:
path: '*/system/src/Grav/Common/Debugger.php'
# These errors can be ignored (they depend on installed extensions)
-
message: '#GdImage#'
path: '*/system/src/Grav/Framework/Image/Adapter/GdAdapter.php'
-
message: '#Instantiated class (Memcache|Memcached|Redis|RedisException) not found#'
path: '*/system/src/Grav/Common/Cache.php'