mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-29 09:38:41 +00:00
Scrutinizer php fixes
This commit is contained in:
parent
4a5160aac4
commit
924321b452
|
|
@ -31,7 +31,6 @@ class WikiBadge implements \JsonSerializable
|
|||
|
||||
public function __construct()
|
||||
{
|
||||
$this->createdAt = new \DateTime('now');
|
||||
}
|
||||
|
||||
public function getId() : int
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ class WikiCategory implements \JsonSerializable
|
|||
|
||||
public function __construct()
|
||||
{
|
||||
$this->createdAt = new \DateTime('now');
|
||||
}
|
||||
|
||||
public function getId() : int
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user