mirror of
https://github.com/Karaka-Management/oms-Auditor.git
synced 2026-02-16 13:38:41 +00:00
Scrutinizer php fixes
This commit is contained in:
parent
457efb7a43
commit
3baa644ff4
|
|
@ -38,7 +38,7 @@ class Audit
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->createdAt = new DateTime('now');
|
$this->createdAt = new \DateTime('now');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setType(int $type) /* : void */
|
public function setType(int $type) /* : void */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user