mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48:41 +00:00
fix after change to php 7.4
This commit is contained in:
parent
7e7b281321
commit
233564502f
|
|
@ -58,7 +58,7 @@ class Project
|
|||
* @var null|\DateTime
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $createdAt = null;
|
||||
private ?\DateTime $createdAt = null;
|
||||
|
||||
/**
|
||||
* Created by.
|
||||
|
|
@ -253,7 +253,7 @@ class Project
|
|||
}
|
||||
|
||||
/**
|
||||
* @param int $createdBy Creator
|
||||
* @param $createdBy Creator
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user