mirror of
https://github.com/predis/predis.git
synced 2026-08-25 00:49:41 +00:00
More code styling changes.
This commit is contained in:
@@ -30,7 +30,6 @@ class AbortedMultiExecException extends PredisException
|
||||
public function __construct(MultiExecContext $transaction, $message, $code = null)
|
||||
{
|
||||
parent::__construct($message, $code);
|
||||
|
||||
$this->transaction = $transaction;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user