Minor phpdoc fix.

This commit is contained in:
Buster "Silver Eagle" Neece 2020-04-15 11:58:46 -05:00
parent 12ba2dc1d4
commit 8033f0e641
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ class AutoDJ implements EventSubscriberInterface
* @param Chronos $now
* @param bool $preferredMode Whether to return a media ID even if duplicates can't be prevented.
*
* @return Entity\SongHistory|string|null
* @return Entity\SongHistory|null
*/
protected function playSongFromPlaylist(
Entity\StationPlaylist $playlist,