From dc7ee838d190b5072045ceeb524210d834704cd7 Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 18 Jan 2022 00:16:34 +0100 Subject: [PATCH] Update CartItemOptions.php --- src/CartItemOptions.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/CartItemOptions.php b/src/CartItemOptions.php index 1998e69..fd924dc 100644 --- a/src/CartItemOptions.php +++ b/src/CartItemOptions.php @@ -9,11 +9,9 @@ class CartItemOptions extends Collection /** * Get the option by the given key. * - * @param string $key - * * @return mixed */ - public function __get($key) + public function __get(string $key) { return $this->get($key); }