Explorar el Código

Add comment for lockable

Jordi Boggiano hace 5 años
padre
commit
572ef1add1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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)
     {