Skip to content

Commit

Permalink
Fixing a phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankraemer committed Mar 27, 2024
1 parent c375175 commit 9e0e298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Utils/CorrelationID.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class CorrelationID implements CorrelationIDInterface
protected static function generate(): string
{
if (class_exists('Ramsey\Uuid\Uuid')) {
/** @phpstan-ignore-next-line */
return Uuid::uuid4()->toString();
}

Expand Down

0 comments on commit 9e0e298

Please sign in to comment.