Procházet zdrojové kódy

Clean up leftovers.

Daniele Alessandri před 14 roky
rodič
revize
99c8acfc8c

+ 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; }
 }