mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
Run php-cs against codebase.
This commit is contained in:
@@ -30,7 +30,7 @@ class ConnectionFactoryOption implements OptionInterface
|
||||
{
|
||||
if ($value instanceof FactoryInterface) {
|
||||
return $value;
|
||||
} else if (is_array($value)) {
|
||||
} elseif (is_array($value)) {
|
||||
$factory = $this->getDefault($options);
|
||||
|
||||
foreach ($value as $scheme => $initializer) {
|
||||
|
||||
Reference in New Issue
Block a user