浏览代码

Fix phpdoc.

[ci skip]
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)
     {