Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 13, 2017
1 parent 61d198b commit 891406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/Engine/MemcachedEngine.php
Expand Up @@ -283,7 +283,7 @@ protected function _parseServerString($server)
* Read an option value from the memcached connection.
*
* @param string $name The option name to read.
* @return string|integer|null|bool
* @return string|int|null|bool
*/
public function getOption($name)
{
Expand Down

0 comments on commit 891406b

Please sign in to comment.