Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rosell-dk committed Jun 26, 2020
1 parent c9dcf96 commit 6b8d08a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Convert/Converters/Cwebp.php
Expand Up @@ -96,10 +96,10 @@ public static function checkAllHashes()
$actualHash = hash_file("sha256", __DIR__ . '/Binaries/' . $filename);
if ($expectedHash != $actualHash) {
throw new \Exception(
'Hash for ' . $filename . ' is incorrect! ' .
'Checksum is: ' . $actualHash . ', ' .
', but expected: ' . $expectedHash .
'. Did you transfer with FTP, but not in binary mode? '
'Hash for ' . $filename . ' is incorrect! ' .
'Checksum is: ' . $actualHash . ', ' .
', but expected: ' . $expectedHash .
'. Did you transfer with FTP, but not in binary mode? '
);
}
}
Expand Down

0 comments on commit 6b8d08a

Please sign in to comment.