Daniele Alessandri преди 11 години
родител
ревизия
db55fae961
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      lib/Predis/Command/AbstractCommand.php

+ 1 - 3
lib/Predis/Command/AbstractCommand.php

@@ -42,9 +42,7 @@ abstract class AbstractCommand implements CommandInterface
     }
 
     /**
-     * Sets the arguments array without filtering.
-     *
-     * @param array $arguments List of arguments.
+     * {@inheritdoc}
      */
     public function setRawArguments(Array $arguments)
     {