[TOOLS] Run CS-Fixer on all files

This commit is contained in:
2021-12-29 13:54:09 +00:00
parent 2dbc35fcc3
commit 2e0bfc0bcd
4 changed files with 17 additions and 36 deletions

View File

@@ -76,9 +76,7 @@ class NoteRepeat extends Entity
return $this->repeat_of;
}
/**
* @param Note $note
* @return bool Returns true if Note provided is a repeat of another Note
*/
public static function isNoteRepeat(Note $note): bool