Skip to content

Commit 688739a

Browse files
committed
remove argument in method response
1 parent 56bb732 commit 688739a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageX.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function transform(string $options): static
4444
return $this->resize($options);
4545
}
4646

47-
public function response(string $acceptedFormats): mixed
47+
public function response(): mixed
4848
{
4949
return $this->image->response($this->format->extension());
5050
}

0 commit comments

Comments
 (0)