mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
More code styling changes.
This commit is contained in:
@@ -26,6 +26,7 @@ class ServerException extends PredisException implements ResponseErrorInterface
|
||||
public function getErrorType()
|
||||
{
|
||||
list($errorType, ) = explode(' ', $this->getMessage(), 2);
|
||||
|
||||
return $errorType;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user