mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-29 19:13:49 +00:00
Rector changes + namespace changes
This commit is contained in:
@@ -140,7 +140,7 @@ class SingleTask extends AbstractTask
|
||||
*
|
||||
* @return SingleTask
|
||||
*/
|
||||
public function setEndDate($endDate)
|
||||
public function setEndDate(?\DateTime $endDate)
|
||||
{
|
||||
$this->endDate = $endDate;
|
||||
|
||||
@@ -159,7 +159,7 @@ class SingleTask extends AbstractTask
|
||||
*
|
||||
* @return SingleTask
|
||||
*/
|
||||
public function setStartDate($startDate)
|
||||
public function setStartDate(?\DateTime $startDate)
|
||||
{
|
||||
$this->startDate = $startDate;
|
||||
|
||||
|
Reference in New Issue
Block a user