From 20b33036237fec7679ea04e82461380cba60db70 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 12 Jul 2018 20:36:43 +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 c4dbe6ebc..86db163c6 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.