Просмотр исходного кода

Run php-cs against source code.

Daniele Alessandri 11 лет назад
Родитель
Сommit
a6dd685f8d

+ 3 - 3
lib/Predis/Pipeline/PipelineContext.php

@@ -65,8 +65,8 @@ class PipelineContext implements BasicClientInterface, ExecutableContextInterfac
     /**
      * Queues a command into the pipeline buffer.
      *
-     * @param  string $method    Command ID.
-     * @param  array  $arguments Arguments for the command.
+     * @param string $method    Command ID.
+     * @param array  $arguments Arguments for the command.
      * @return $this
      */
     public function __call($method, $arguments)
@@ -90,7 +90,7 @@ class PipelineContext implements BasicClientInterface, ExecutableContextInterfac
     /**
      * Queues a command instance into the pipeline buffer.
      *
-     * @param  CommandInterface $command Command to queue in the buffer.
+     * @param CommandInterface $command Command to queue in the buffer.
      * @return $this
      */
     public function executeCommand(CommandInterface $command)

+ 1 - 1
lib/Predis/Transaction/MultiExecContext.php

@@ -200,7 +200,7 @@ class MultiExecContext implements BasicClientInterface, ExecutableContextInterfa
     /**
      * Executes the specified Redis command.
      *
-     * @param  CommandInterface $command Command instance.
+     * @param CommandInterface $command Command instance.
      * @return $this|mixed
      */
     public function executeCommand(CommandInterface $command)