Skip to content

Commit

Permalink
return type fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
muratsac committed Jun 18, 2019
1 parent b20089f commit c2563c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Traits/OrderId.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function setOrderId(string $orderId): void
$this->orderId = $orderId;
}

public function generateOrderId(): string
public function generateOrderId(): void
{
$this->setOrderId(md5(uniqid(mt_rand(), true)).time());
}
Expand Down

0 comments on commit c2563c4

Please sign in to comment.