mirror of
https://github.com/predis/predis.git
synced 2026-08-25 11:29:43 +00:00
Minor code styling and phpdoc changes.
This commit is contained in:
@@ -31,7 +31,7 @@ interface OptionsInterface
|
||||
*
|
||||
* @param string $option Name of the option.
|
||||
*
|
||||
* @return mixed
|
||||
* @return mixed|null
|
||||
*/
|
||||
public function getDefault($option);
|
||||
|
||||
@@ -58,7 +58,7 @@ interface OptionsInterface
|
||||
*
|
||||
* @param string $option Name of the option.
|
||||
*
|
||||
* @return mixed
|
||||
* @return mixed|null
|
||||
*/
|
||||
public function __get($option);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user