From e184118d76b7be88fbeda7133003e717adc2d33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Mo=CC=88ller?= Date: Sun, 28 Jun 2015 23:28:45 -0400 Subject: [PATCH] Fix: Docblock --- src/Composer/DependencyResolver/RuleWatchNode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/DependencyResolver/RuleWatchNode.php b/src/Composer/DependencyResolver/RuleWatchNode.php index cdbf6a00b..5cfd7d1e0 100644 --- a/src/Composer/DependencyResolver/RuleWatchNode.php +++ b/src/Composer/DependencyResolver/RuleWatchNode.php @@ -83,7 +83,7 @@ class RuleWatchNode /** * Given one watched literal, this method returns the other watched literal * - * @param int The watched literal that should not be returned + * @param int $literal The watched literal that should not be returned * @return int A literal */ public function getOtherWatch($literal)