Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Update Client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tymondesigns committed Dec 14, 2014
1 parent 66d9b7e commit e6b435f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function secure($secure)
}

/**
* verify ssl or not
* Verify ssl or not
*
* @param boolean|string $verify boolean or path to certificate
*
Expand Down Expand Up @@ -120,7 +120,7 @@ public function headers(array $headers)
}

/**
* times to retry
* Number if times to retry
*
* @param int $retry times to retry
*
Expand All @@ -134,7 +134,7 @@ public function retry($retry)
}

/**
* delay between retrying
* Delay between retrying
*
* @param int $retryDelay delay between retrying
*
Expand All @@ -148,7 +148,7 @@ public function every($retryDelay)
}

/**
* types of errors to retry on
* Types of errors to retry on
*
* @param array $retryOn errors to retry on
* @return \PulkitJalan\Requester\Client
Expand Down

0 comments on commit e6b435f

Please sign in to comment.