From b63a2bcba83a38a277f10cb43cce7e07bf9de610 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Wed, 7 Aug 2024 09:43:45 +1000 Subject: [PATCH] Formatting --- src/Drivers/Decorator.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Drivers/Decorator.php b/src/Drivers/Decorator.php index e2e70e9..96767eb 100644 --- a/src/Drivers/Decorator.php +++ b/src/Drivers/Decorator.php @@ -74,6 +74,8 @@ class Decorator implements CanListStoredFeatures, Driver /** * Map of feature names to their implementations. + * + * @var array */ protected $nameMap = [];