Skip to content

Commit f4454e4

Browse files
committed
Update WtfzTmdbExtension.php
1 parent 54bf921 commit f4454e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Twig/WtfzTmdbExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ public function getFilters()
4444
);
4545
}
4646

47-
public function getHtml(Image $image, $size = 'original', $width = null, $height = null)
47+
public function getHtml($image, $size = 'original', $width = null, $height = null)
4848
{
4949
return $this->helper->getHtml($image, $size, $width, $height);
5050
}
5151

52-
public function getUrl(Image $image)
52+
public function getUrl($image)
5353
{
5454
return $this->helper->getUrl($image);
5555
}

0 commit comments

Comments
 (0)