Browse Source

Merge pull request #4191 from localheinz/fix/docblock

Fix: Docblock
Jordi Boggiano 9 năm trước cách đây
mục cha
commit
4d36622ada
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Composer/DependencyResolver/RuleWatchNode.php

+ 1 - 1
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)