Skip to content

Commit 8a1a9f9

Browse files
minor symfony#25584 Update MemcachedTrait.php (T-RonX)
This PR was merged into the 3.3 branch. Discussion ---------- Update MemcachedTrait.php typo Commits ------- c1b7708 Update MemcachedTrait.php
2 parents f24a828 + c1b7708 commit 8a1a9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Traits/MemcachedTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private function init(\Memcached $client, $namespace, $defaultLifetime)
7171
*
7272
* @return \Memcached
7373
*
74-
* @throws \ErrorEception When invalid options or servers are provided
74+
* @throws \ErrorException When invalid options or servers are provided
7575
*/
7676
public static function createConnection($servers, array $options = array())
7777
{

0 commit comments

Comments
 (0)