瀏覽代碼

PHPDoc fix

Pavel Savinov 11 年之前
父節點
當前提交
b72c4cfe97
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/Composer/DependencyResolver/RuleWatchGraph.php

+ 3 - 3
src/Composer/DependencyResolver/RuleWatchGraph.php

@@ -127,9 +127,9 @@ class RuleWatchGraph
      *
      * The rule node's watched literals are updated accordingly.
      *
-     * @param $fromLiteral A literal the node used to watch
-     * @param $toLiteral A literal the node should watch now
-     * @param $node The rule node to be moved
+     * @param $fromLiteral mixed A literal the node used to watch
+     * @param $toLiteral mixed A literal the node should watch now
+     * @param $node mixed The rule node to be moved
      */
     protected function moveWatch($fromLiteral, $toLiteral, $node)
     {