From b72c4cfe97a19965af0b952b0985562291fbac41 Mon Sep 17 00:00:00 2001 From: Pavel Savinov Date: Thu, 13 Jun 2013 11:09:19 +1100 Subject: [PATCH] PHPDoc fix --- src/Composer/DependencyResolver/RuleWatchGraph.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Composer/DependencyResolver/RuleWatchGraph.php b/src/Composer/DependencyResolver/RuleWatchGraph.php index 59c2d6ef5..627a66eb3 100644 --- a/src/Composer/DependencyResolver/RuleWatchGraph.php +++ b/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) {