From 45e76a6df66ae43de85c00c1af53f5a7146d221e Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 13 Aug 2021 09:41:45 +0100 Subject: [PATCH] Typehint updates --- src/Actions/InteractsWithPlugins.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Actions/InteractsWithPlugins.php b/src/Actions/InteractsWithPlugins.php index d8c5d376..a115ab40 100644 --- a/src/Actions/InteractsWithPlugins.php +++ b/src/Actions/InteractsWithPlugins.php @@ -16,9 +16,9 @@ final class InteractsWithPlugins /** * Transform the input arguments by passing it to the relevant plugins. * - * @param array $argv + * @param array $argv * - * @return array + * @return array */ public static function handleArguments(array $argv): array {