Skip to content

Commit

Permalink
Merge pull request #9 from yassinedoghri/fix/phpstan-error
Browse files Browse the repository at this point in the history
fix(service): add return type for uuid service to satisfy phpstan
  • Loading branch information
michalsn authored Aug 30, 2023
2 parents b26512a + 1d5eeb6 commit be75ec5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Config/Services.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

class Services extends BaseService
{
/**
* @return Uuid
*/
public static function uuid(bool $getShared = true)
{
if ($getShared)
Expand Down

0 comments on commit be75ec5

Please sign in to comment.