From c5a42a9093f1ea258c07e74ee6878e40c5895037 Mon Sep 17 00:00:00 2001 From: Dave Mc Nicoll Date: Fri, 12 May 2023 18:55:46 +0000 Subject: [PATCH] - minor var modif. --- src/Taxus.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Taxus.php b/src/Taxus.php index 6140691..6e114fb 100644 --- a/src/Taxus.php +++ b/src/Taxus.php @@ -11,10 +11,7 @@ class Taxus $this->gate = $gate; } - /** - * @var array - */ - protected $list; + protected array $list; public function add(...$privileges) : self {