Scrutinizer php fixes

This commit is contained in:
Dennis Eichhorn 2017-11-08 22:00:34 +01:00
parent 457efb7a43
commit 3baa644ff4

View File

@ -38,7 +38,7 @@ class Audit
public function __construct()
{
$this->createdAt = new DateTime('now');
$this->createdAt = new \DateTime('now');
}
public function setType(int $type) /* : void */