Automated formatting changes

This commit is contained in:
Formatter Bot 2021-10-02 23:30:26 +00:00
parent 75d792c3ef
commit 1f37a811c4

View File

@ -400,7 +400,7 @@ class KanbanCard implements \JsonSerializable
*/
public static function createFromTask(Task $task) : self
{
$card = new self();
$card = new self();
$card->ref = $task->getId();
return $card;