Run php-cs-fixer with new configuration.

This commit is contained in:
Daniele Alessandri
2015-07-24 23:05:30 +02:00
parent 35e97967fd
commit 8dd9893a2f
59 changed files with 93 additions and 89 deletions
+2 -2
View File
@@ -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)
{