Skip to content

Commit

Permalink
Fix lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 18, 2013
1 parent 1dcf55c commit 520789f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cake/Cache/Engine/MemcachedEngine.php
Expand Up @@ -134,7 +134,7 @@ public function init($settings = array()) {
/**
* Settings the memcached instance
*
* @throws CacheException when the Memcached extension is not built with the desired serializer engine
* @throws Cake\Error\Exception when the Memcached extension is not built with the desired serializer engine
*/
protected function _setOptions() {
$this->_Memcached->setOption(\Memcached::OPT_LIBKETAMA_COMPATIBLE, true);
Expand Down
4 changes: 2 additions & 2 deletions Cake/Test/TestCase/Console/Command/CompletionShellTest.php
Expand Up @@ -12,12 +12,12 @@
* @since CakePHP v 2.5
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace Cake\Console\Command;
namespace Cake\Test\TestCase\Console\Command;

use Cake\Console\Command\CompletionShell;
use Cake\Console\Command\Task\CommandTask;
use Cake\Console\ConsoleOutput;
use Cake\Console\ConsoleInput;
use Cake\Console\ConsoleOutput;
use Cake\Console\Shell;
use Cake\Core\Plugin;
use Cake\TestSuite\TestCase;
Expand Down

0 comments on commit 520789f

Please sign in to comment.