mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-21 00:50:07 +00:00
Use PSR-12 code style
This commit is contained in:
@@ -62,7 +62,7 @@ class MoveDescriptionToNotes implements ActionInterface
|
||||
}
|
||||
$note = $object->notes()->first();
|
||||
if (null === $note) {
|
||||
$note = new Note;
|
||||
$note = new Note();
|
||||
$note->noteable()->associate($object);
|
||||
$note->text = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user