Update some documentation

This commit is contained in:
Dave Smith-Hayes 2024-11-14 02:10:47 +00:00
parent 3edeb9763a
commit b9ecb3d3ba

View File

@ -5,7 +5,7 @@ namespace Slovocast\Domain\Entity\Episode;
use Slovocast\Domain\Entity as EntityTrait; use Slovocast\Domain\Entity as EntityTrait;
/** /**
* Represents the file for the episode itself. * Represents the data about the specific file that is used for the episode.
*/ */
class File class File
{ {