From a7bdf75d20c775dffdf39c8449d7399e6b00bf63 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Thu, 8 Aug 2024 15:47:39 +1000 Subject: [PATCH] Fix docblock --- src/Drivers/Decorator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Drivers/Decorator.php b/src/Drivers/Decorator.php index 96767eb..80f73dc 100644 --- a/src/Drivers/Decorator.php +++ b/src/Drivers/Decorator.php @@ -502,7 +502,7 @@ public function name($feature) /** * Retrieve the feature's class. * - * @param string $feature + * @param string $name * @return mixed */ public function instance($name)