From 91ddd4d64c9a0c8d5ee15fcd6040c53c19a8e421 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Thu, 9 May 2024 19:47:05 +0000 Subject: [PATCH] - Ignore most method of ControllerTrait --- src/Lib/ConsoleControllerTrait.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Lib/ConsoleControllerTrait.php b/src/Lib/ConsoleControllerTrait.php index 1e47956..1f31e0f 100644 --- a/src/Lib/ConsoleControllerTrait.php +++ b/src/Lib/ConsoleControllerTrait.php @@ -2,6 +2,7 @@ namespace Lean\Console\Lib; +use Notes\Attribute\Ignore; use Psr\Container\ContainerInterface; use Storage\Session; @@ -21,12 +22,14 @@ trait ConsoleControllerTrait protected ContainerInterface $container; + #[Ignore] public function __construct(? Picea\Picea $picea, Session $session, ContainerInterface $container) { $this->picea = $picea; $this->session = $session; $this->container = $container; } + #[Ignore] public function version() : string { $version = iterator_to_array(