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

Commit e6b435f

Browse files
committed
Update Client.php
1 parent 66d9b7e commit e6b435f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Client.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function secure($secure)
9292
}
9393

9494
/**
95-
* verify ssl or not
95+
* Verify ssl or not
9696
*
9797
* @param boolean|string $verify boolean or path to certificate
9898
*
@@ -120,7 +120,7 @@ public function headers(array $headers)
120120
}
121121

122122
/**
123-
* times to retry
123+
* Number if times to retry
124124
*
125125
* @param int $retry times to retry
126126
*
@@ -134,7 +134,7 @@ public function retry($retry)
134134
}
135135

136136
/**
137-
* delay between retrying
137+
* Delay between retrying
138138
*
139139
* @param int $retryDelay delay between retrying
140140
*
@@ -148,7 +148,7 @@ public function every($retryDelay)
148148
}
149149

150150
/**
151-
* types of errors to retry on
151+
* Types of errors to retry on
152152
*
153153
* @param array $retryOn errors to retry on
154154
* @return \PulkitJalan\Requester\Client

0 commit comments

Comments
 (0)