From a107e21973a9974a665766803d6ab42b51e0e57d Mon Sep 17 00:00:00 2001 From: Jeroen Smit Date: Mon, 9 Dec 2019 06:13:33 +0100 Subject: [PATCH] Added default to prevent rector from breaking when rector.yaml does not contain rector_recipe --- config/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/config.yaml b/config/config.yaml index 36dc626b37d6..491d6b5d8d17 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -10,6 +10,7 @@ parameters: exclude_paths: [] exclude_rectors: [] autoload_paths: [] + rector_recipe: [] # importing FQN names auto_import_names: true