瀏覽代碼

Clean up leftovers.

Daniele Alessandri 14 年之前
父節點
當前提交
99c8acfc8c
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      lib/Predis/Commands/Quit.php
  2. 0 1
      lib/Predis/Commands/Shutdown.php

+ 0 - 1
lib/Predis/Commands/Quit.php

@@ -5,5 +5,4 @@ namespace Predis\Commands;
 class Quit extends Command {
     public function canBeHashed()  { return false; }
     public function getId() { return 'QUIT'; }
-    public function closesConnection() { return true; }
 }

+ 0 - 1
lib/Predis/Commands/Shutdown.php

@@ -5,5 +5,4 @@ namespace Predis\Commands;
 class Shutdown extends Command {
     public function canBeHashed()  { return false; }
     public function getId() { return 'SHUTDOWN'; }
-    public function closesConnection() { return true; }
 }