Forráskód Böngészése

Remove a useless method declaration.

Daniele Alessandri 14 éve
szülő
commit
be4d01c071
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      lib/Predis/Commands/InfoV24x.php

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

@@ -4,7 +4,6 @@ namespace Predis\Commands;
 
 class InfoV24x extends Info {
     public function canBeHashed()  { return false; }
-    public function getId() { return 'INFO'; }
     public function parseResponse($data) {
         $info      = array();
         $current   = null;