Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 25, 2024
1 parent 492e137 commit 594bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ public function generateHash($type = 'guess', $quality = 80)
$inputRelativePath = substr($this->source->getInfos(), strlen(getcwd()) + 1);

$datas = array(
inputRelativePath,
$inputRelativePath,
$this->serializeOperations(),
$type,
$quality,
Expand Down

0 comments on commit 594bdbe

Please sign in to comment.