Ver Fonte

Fix phpdoc.

Daniele Alessandri há 11 anos atrás
pai
commit
bb4b8c3c35
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      lib/Predis/Command/Command.php

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

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