Skip to content

Commit

Permalink
Fix cs problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Miertsch committed Aug 25, 2015
1 parent 6bfdbc3 commit 276b5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Messaging/DomainMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected function init()
}

if ($this->createdAt === null) {
$this->createdAt = \DateTimeImmutable::createFromFormat('U.u', microtime(true));;
$this->createdAt = \DateTimeImmutable::createFromFormat('U.u', microtime(true));
}
}

Expand Down

0 comments on commit 276b5eb

Please sign in to comment.