mirror of
https://github.com/predis/predis.git
synced 2026-08-19 23:31:49 +00:00
7 lines
53 B
PHP
7 lines
53 B
PHP
<?php
|
|
|
|
namespace Predis;
|
|
|
|
interface IReplyObject {
|
|
}
|