Skip to content

Commit 0a6c2d9

Browse files
committed
fix typos
1 parent 8896816 commit 0a6c2d9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Exception/MissingHostException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static function missingHost($path)
1818
$msg = sprintf(
1919
'Path "%s" cannot be invalidated without a host. '
2020
. 'Either invalidate full URLs containing hostnames instead of paths '
21-
. 'or configure the the caching proxy class with a hostname.',
21+
. 'or configure the caching proxy class with a hostname.',
2222
$path
2323
);
2424

src/Invalidation/AbstractCacheProxy.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ public function __construct(array $servers, $baseUrl = null, ClientInterface $cl
7272
* addresses, including port if not port 80.
7373
* E.g. array('127.0.0.1:6081')
7474
*
75-
* @throws InvalidUrlSchemeException If scheme is supplied and is not HTTP
7675
* @throws InvalidUrlException If server is invalid or contains URL
7776
* parts other than scheme, host, port
7877
*/

0 commit comments

Comments
 (0)