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