From 4ebb9fed20ed065903a1e4d43835b3ce8c32579f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 20 Apr 2023 10:16:40 +0000 Subject: [PATCH] [rector] Rector fixes --- src/Service.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Service.php b/src/Service.php index e8ef77f0..2b6593ca 100644 --- a/src/Service.php +++ b/src/Service.php @@ -103,9 +103,6 @@ private function addPipelinePlugin( return $this; } - /** - * @param Configurator\ActionInterface $action - */ private function addAction( Configurator\Action $attribute, Configurator\ActionInterface $action,