Skip to content

Commit

Permalink
fix phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed Dec 2, 2023
1 parent e1d998d commit 312f5dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/View/Components/ResponsiveImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public function __construct(
throw new InvalidArgumentException('No $imageSize provided while using string size.');
}

/** @phpstan-ignore-next-line */
$this->imageSize = $imageSize ?? $size * 4;

$this->class = "w-{$size} h-{$size} object-center object-cover transition-opacity duration-300 opacity-0";
Expand Down

0 comments on commit 312f5dd

Please sign in to comment.