Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoopmans committed Feb 20, 2023
1 parent 5ee20a3 commit bb68f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Tinify/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function __construct($key, $app_identifier = NULL, $proxy = NULL) {

if ($curl["version_number"] < 0x071201) {
$version = $curl["version"];
throw new ClientException("Your curl version ${version} is outdated; please upgrade to 7.18.1 or higher");
throw new ClientException("Your curl version {$version} is outdated; please upgrade to 7.18.1 or higher");
}

$this->options = array(
Expand Down

0 comments on commit bb68f48

Please sign in to comment.