Bugfix: Add missing return

This commit is contained in:
Steffen Lange 2023-04-26 17:16:25 +02:00
parent bcd01610e9
commit 358fe578b3

View file

@ -35,6 +35,7 @@ abstract class PatchBase {
$this->data = $str;
return true;
}
return false;
}
protected function fetch_json(string $url, array $opts = array()) : bool {
$str = $this->curl($url, $opts);