Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove two unneeded null checks flagged by PhpStan
Technically, it's possible that title or filename is null on a Track object. But that could happen only if the Track class is used very wrong.
- Loading branch information