소스 검색

Add comment for lockable

Jordi Boggiano 5 년 전
부모
커밋
572ef1add1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/Composer/DependencyResolver/Request.php

+ 2 - 0
src/Composer/DependencyResolver/Request.php

@@ -45,6 +45,8 @@ class Request
 
     /**
      * Mark an existing package as being installed and having to remain installed
+     *
+     * @param bool $lockable if set to false, the package will not be written to the lock file
      */
     public function fixPackage(PackageInterface $package, $lockable = true)
     {