Skip to content

Commit

Permalink
php cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Jul 16, 2024
1 parent 77e8d51 commit 4bb457f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Images/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ abstract class Image implements Htmlable, Stringable
public function __construct(
protected ?string $path,
protected ?string $alt = null,
) {
}
) {}

public function size(?int $size): self
{
Expand Down

0 comments on commit 4bb457f

Please sign in to comment.