Skip to content

Commit 4951307

Browse files
authored
Merge pull request #547 from do-you-even-curl/final
fixed link to wiki page
2 parents f5c1ca6 + 996350c commit 4951307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/phpFastCache/Core/Pool/CacheItemPoolTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function getItem($key)
7070
*/
7171
if (!isset($this->itemInstances[ $key ])) {
7272
if (preg_match('~([' . preg_quote(self::$unsupportedKeyChars, '~') . ']+)~', $key, $matches)) {
73-
throw new phpFastCacheInvalidArgumentException('Unsupported key character detected: "' . $matches[ 1 ] . '". Please check: https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%5D-Unsupported-characters-in-key-identifiers');
73+
throw new phpFastCacheInvalidArgumentException('Unsupported key character detected: "' . $matches[ 1 ] . '". Please check: https://github.com/PHPSocialNetwork/phpfastcache/wiki/%5BV6%CB%96%5D-Unsupported-characters-in-key-identifiers');
7474
}
7575

7676
/**
@@ -413,4 +413,4 @@ public function commit()
413413

414414
return (bool)$return;
415415
}
416-
}
416+
}

0 commit comments

Comments
 (0)