From 128ff1006fe65acf78de6fd14afc105f3dfcaa9d Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 3 Aug 2020 20:48:45 +0100 Subject: [PATCH] chore: removes broken rector set --- rector.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/rector.yaml b/rector.yaml index 317a9e8e..18392829 100644 --- a/rector.yaml +++ b/rector.yaml @@ -3,7 +3,6 @@ parameters: sets: - 'action-injection-to-constructor-injection' - 'array-str-functions-to-static-call' - - 'celebrity' - 'phpstan' - 'phpunit-code-quality' - 'solid'