automated phpcs fixes

This commit is contained in:
Dennis Eichhorn 2023-05-31 13:21:48 +00:00
parent 1c29308d05
commit dad25ff2e3
4 changed files with 12 additions and 14 deletions

View File

@ -108,7 +108,6 @@ class TaskAttributeValue implements \JsonSerializable
*/
private ?BaseStringL11n $l11n = null;
/**
* Set l11n
*

View File

@ -55,5 +55,4 @@ class TaskSeen
{
$this->seenAt = new \DateTime('now');
}
}