From 83e3c199cd8065a5ab9fd00975efc704790744d4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 12 Jul 2018 20:40:53 +0200 Subject: [PATCH] Check whitespace commit --- Account/Account.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Account/Account.php b/Account/Account.php index 86db163c6..c4dbe6ebc 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -594,7 +594,7 @@ class Account implements ArrayableInterface, \JsonSerializable public function updateLastActive() : void { $this->lastActive = new \DateTime('NOW'); - } + } /** * Get string representation.