Skip to content

Commit

Permalink
removed exit following suggestion from Scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
malle-pietje committed Aug 8, 2024
1 parent 6f6e80e commit f82d1a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public function __construct(
{
if (!extension_loaded('curl')) {
trigger_error('The PHP curl extension is not loaded. Please correct this before proceeding!');
exit();
}

$this->check_base_url($baseurl);
Expand Down

0 comments on commit f82d1a6

Please sign in to comment.