Files
predis/lib/Predis/Profiles/ServerVersionNext.php
T

8 lines
138 B
PHP

<?php
namespace Predis\Profiles;
class ServerVersionNext extends ServerVersion22 {
public function getVersion() { return 'DEV'; }
}