Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
Update NanoRPC.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRow committed Jul 12, 2020
1 parent 1295ed3 commit c6745ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NanoRPC.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function __call($method, array $params)
$this->response = json_decode($this->responseRaw, true);


# Response: API switch
// # Response: API switch

// v1
if ($this->nanoApi == 1) {
Expand Down Expand Up @@ -205,7 +205,7 @@ public function __call($method, array $params)
}


# cURL errors
// # cURL errors

// If the status is not 200, something is wrong
$this->status = curl_getinfo($curl, CURLINFO_HTTP_CODE);
Expand Down

0 comments on commit c6745ab

Please sign in to comment.