mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48:41 +00:00
phpstan fixes
This commit is contained in:
parent
a2e03c2344
commit
4eec1a5ccf
|
|
@ -91,10 +91,10 @@ class Project
|
|||
/**
|
||||
* Calendar.
|
||||
*
|
||||
* @var int|Calendar
|
||||
* @var Calendar
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $calendar;
|
||||
public Calendar $calendar;
|
||||
|
||||
/**
|
||||
* Current total costs.
|
||||
|
|
@ -497,18 +497,6 @@ class Project
|
|||
return $this->end;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get calendar
|
||||
*
|
||||
* @return Calendar
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function getCalendar() : Calendar
|
||||
{
|
||||
return $this->calendar;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get name
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user