Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozz Scott committed May 27, 2024
1 parent 7478b2f commit 60b2832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/JWT/Lcobucci.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 60b2832

Please sign in to comment.