소스 검색

Fix: Docblock

Andreas Möller 9 년 전
부모
커밋
e184118d76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)