mirror of
https://github.com/predis/predis.git
synced 2026-08-27 18:51:07 +00:00
Minor code styling and phpdoc changes.
This commit is contained in:
@@ -239,9 +239,9 @@ class StreamConnection extends AbstractConnection
|
||||
|
||||
default:
|
||||
$this->onProtocolError("Unknown response prefix: '$prefix'.");
|
||||
}
|
||||
|
||||
return null;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user