From 19c089336a71f501db9705cb14323081fc2c2c59 Mon Sep 17 00:00:00 2001 From: DerManoMann Date: Mon, 23 Sep 2024 09:37:40 +1200 Subject: [PATCH] CS --- src/Processors/AugmentTags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Processors/AugmentTags.php b/src/Processors/AugmentTags.php index 25290081a..613a86d85 100644 --- a/src/Processors/AugmentTags.php +++ b/src/Processors/AugmentTags.php @@ -17,7 +17,7 @@ class AugmentTags implements ProcessorInterface { /** @var array */ - protected $whitelist; + protected array $whitelist; public function __construct(array $whitelist = []) {