mirror of
https://github.com/predis/predis.git
synced 2026-08-28 03:02:04 +00:00
Run php-cs-fixer with new configuration.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
|
||||
namespace Predis\Replication;
|
||||
|
||||
use Predis\NotSupportedException;
|
||||
use Predis\Command\CommandInterface;
|
||||
use Predis\NotSupportedException;
|
||||
|
||||
/**
|
||||
* Defines a strategy for master/slave replication.
|
||||
@@ -41,9 +41,9 @@ class ReplicationStrategy
|
||||
*
|
||||
* @param CommandInterface $command Command instance.
|
||||
*
|
||||
* @throws NotSupportedException
|
||||
* @return bool
|
||||
*
|
||||
* @throws NotSupportedException
|
||||
*/
|
||||
public function isReadOperation(CommandInterface $command)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user