From f83bc891bcf5c9d91eb8b12ccb6466d9af87df54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 6 Jul 2020 20:53:32 +0200 Subject: [PATCH] Fixed static analysis. --- phpstan.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 53a7c281..4a3b777a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -5,9 +5,6 @@ parameters: symfony: container_xml_path: '%rootDir%/../../../var/cache/dev/App_KernelDevDebugContainer.xml' - autoload_directories: - - %rootDir%/../../../src/Migrations - excludes_analyse: - src/DataTables/Adapter/* - src/Configuration/* \ No newline at end of file