@@ -70,7 +70,7 @@ class HttpAdapter
7070 * including base URL, for purge and refresh
7171 * requests (optional). This is required if
7272 * you purge and refresh paths instead of
73- * absolute URLs.
73+ * absolute URLs
7474 * @param HttpAsyncClient $httpClient
7575 * @param UriFactory $uriFactory
7676 */
@@ -102,9 +102,9 @@ public function invalidate(RequestInterface $invalidationRequest)
102102 /**
103103 * Send all pending invalidation requests and make sure the requests have terminated and gather exceptions.
104104 *
105- * @return int The number of cache invalidations performed per caching server.
105+ * @return int The number of cache invalidations performed per caching server
106106 *
107- * @throws ExceptionCollection If any errors occurred during flush.
107+ * @throws ExceptionCollection If any errors occurred during flush
108108 */
109109 public function flush ()
110110 {
@@ -225,7 +225,7 @@ private function setServers(array $servers)
225225 *
226226 * @param string $uriString Your application’s base URI
227227 *
228- * @throws InvalidUrlException If the base URI is not a valid URI.
228+ * @throws InvalidUrlException If the base URI is not a valid URI
229229 */
230230 private function setBaseUri ($ uriString = null )
231231 {
@@ -250,7 +250,7 @@ private function setBaseUri($uriString = null)
250250 * @return UriInterface Filtered URI (with default scheme if there was no scheme)
251251 *
252252 * @throws InvalidUrlException If URL is invalid, the scheme is not http or
253- * contains parts that are not expected.
253+ * contains parts that are not expected
254254 */
255255 private function filterUri ($ uriString , array $ allowedParts = [])
256256 {
@@ -288,9 +288,9 @@ private function filterUri($uriString, array $allowedParts = [])
288288 *
289289 * This signature is used to avoid sending the same invalidation request twice.
290290 *
291- * @param RequestInterface $request An invalidation request.
291+ * @param RequestInterface $request An invalidation request
292292 *
293- * @return string A signature for this request.
293+ * @return string A signature for this request
294294 */
295295 private function getRequestSignature (RequestInterface $ request )
296296 {
0 commit comments