Skip to content

Commit

Permalink
Fixed PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
little-apps committed Jun 1, 2024
1 parent ef54e63 commit ff06ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Concerns/HandlesCreateSigned.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ trait HandlesCreateSigned
* Creates a signed JWT instance.
*
* @param callable(Builder): void $callback Callback that receives Builder instance.
* @return SignedJsonWebToken
* @return \LittleApps\LittleJWT\JWT\SignedJsonWebToken
*/
public function createSigned(?callable $callback = null)
{
Expand Down

0 comments on commit ff06ef7

Please sign in to comment.