minor #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
This commit is contained in:
Nicolas Grekas 2017-12-22 23:01:22 +01:00
commit 8a1a9f94d6
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ trait MemcachedTrait
*
* @return \Memcached
*
* @throws \ErrorEception When invalid options or servers are provided
* @throws \ErrorException When invalid options or servers are provided
*/
public static function createConnection($servers, array $options = array())
{