Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 committed Oct 7, 2021
1 parent 7fd658c commit 556f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twig/MediaRuntime.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function media($media, string $format, array $options = []): string
* Returns the thumbnail for the provided media.
*
* @param int|string|MediaInterface|null $media
* @param array<string, mixed> $options
* @param array<string, mixed> $options
*/
public function thumbnail($media, string $format, array $options = []): string
{
Expand Down

0 comments on commit 556f338

Please sign in to comment.