mirror of
https://github.com/predis/predis.git
synced 2026-08-24 14:29:35 +00:00
Run php-cs against codebase.
This commit is contained in:
@@ -22,7 +22,7 @@ interface ConnectionParametersInterface
|
||||
/**
|
||||
* Checks if the specified parameters is set.
|
||||
*
|
||||
* @param string $property Name of the property.
|
||||
* @param string $property Name of the property.
|
||||
* @return Boolean
|
||||
*/
|
||||
public function __isset($parameter);
|
||||
@@ -30,7 +30,7 @@ interface ConnectionParametersInterface
|
||||
/**
|
||||
* Returns the value of the specified parameter.
|
||||
*
|
||||
* @param string $parameter Name of the parameter.
|
||||
* @param string $parameter Name of the parameter.
|
||||
* @return mixed
|
||||
*/
|
||||
public function __get($parameter);
|
||||
|
||||
Reference in New Issue
Block a user