mirror of
https://github.com/predis/predis.git
synced 2026-08-30 20:21:31 +00:00
Apply some coding style changes.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
namespace Predis;
|
||||
|
||||
interface IConnectionParameters {
|
||||
interface IConnectionParameters
|
||||
{
|
||||
public function __isset($parameter);
|
||||
public function __get($parameter);
|
||||
public function toArray();
|
||||
|
||||
Reference in New Issue
Block a user