mirror of
https://github.com/predis/predis.git
synced 2026-08-24 20:39:42 +00:00
Run php-cs against codebase.
This commit is contained in:
@@ -24,8 +24,8 @@ class AbortedMultiExecException extends PredisException
|
||||
|
||||
/**
|
||||
* @param MultiExecContext $transaction Transaction that generated the exception.
|
||||
* @param string $message Error message.
|
||||
* @param int $code Error code.
|
||||
* @param string $message Error message.
|
||||
* @param int $code Error code.
|
||||
*/
|
||||
public function __construct(MultiExecContext $transaction, $message, $code = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user