From 2409c7f62bacf96594bdb921d1e202e6113cf7ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Fri, 6 Oct 2023 14:42:32 +0200 Subject: [PATCH] Exclude TwoStepORMAdapter from phpstan to fix github actions issue --- phpstan.dist.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.dist.neon b/phpstan.dist.neon index 95eee3c0..b2ae4824 100644 --- a/phpstan.dist.neon +++ b/phpstan.dist.neon @@ -10,6 +10,7 @@ parameters: - src/DataTables/Adapter/* - src/Configuration/* - src/Doctrine/Purger/* + - src/DataTables/Adapters/TwoStepORMAdapter.php