1
0
Fork 0

Add comment for lockable

pull/8531/head
Jordi Boggiano 2020-01-17 14:25:43 +01:00
parent 6f44350c01
commit 572ef1add1
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@ class Request
/** /**
* Mark an existing package as being installed and having to remain installed * 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) public function fixPackage(PackageInterface $package, $lockable = true)
{ {