Skip to content

Commit

Permalink
Remove types from method (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew72ru committed Jan 24, 2022
1 parent 447a5ca commit 42b5185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/UcFront.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function imageGetDimensions($dimensions, string $src, array $imageMeta, i
* @param bool $icon
* @return array|mixed
*/
public function getImageSrc($image, int $attachmentId, $size, bool $icon)
public function getImageSrc($image, $attachmentId, $size, $icon)
{
if (!\is_array($image)) {
return $image;
Expand Down

0 comments on commit 42b5185

Please sign in to comment.