Browse Source

Fix lint.

Mark Story 8 years ago
parent
commit
891406bb40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Cache/Engine/MemcachedEngine.php

+ 1 - 1
src/Cache/Engine/MemcachedEngine.php

@@ -283,7 +283,7 @@ class MemcachedEngine extends CacheEngine
      * 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)
     {