From 60b2832aeb4ed344d164032acb1a3641793a293e Mon Sep 17 00:00:00 2001 From: Jozz Scott Date: Mon, 27 May 2024 19:42:43 +1000 Subject: [PATCH] Fix return type --- src/Providers/JWT/Lcobucci.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Providers/JWT/Lcobucci.php b/src/Providers/JWT/Lcobucci.php index aaf52ac3..4d9b6439 100644 --- a/src/Providers/JWT/Lcobucci.php +++ b/src/Providers/JWT/Lcobucci.php @@ -82,7 +82,7 @@ public function __construct( * * @param Configuration $config optional, to pass an existing configuration to be used * - * @return $this + * @return void */ private function generateConfig($config = null) {