瀏覽代碼

Fix phpdoc.

Daniele Alessandri 11 年之前
父節點
當前提交
bb4b8c3c35
共有 1 個文件被更改,包括 1 次插入3 次删除
  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)
     {