Scrutinizer php fixes

This commit is contained in:
Dennis Eichhorn 2017-11-08 22:00:34 +01:00
parent 4a5160aac4
commit 924321b452
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ class WikiBadge implements \JsonSerializable
public function __construct() public function __construct()
{ {
$this->createdAt = new \DateTime('now');
} }
public function getId() : int public function getId() : int

View File

@ -33,7 +33,6 @@ class WikiCategory implements \JsonSerializable
public function __construct() public function __construct()
{ {
$this->createdAt = new \DateTime('now');
} }
public function getId() : int public function getId() : int