Skip to content

Commit d290889

Browse files
committed
Update handler docblock
1 parent c72cb6d commit d290889

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Commands/Update.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ class Update extends BaseCommand
8585
*
8686
* @param boolean $includeDev Include "require-dev" dependencies in the update.
8787
* @param boolean $lockFileOnly Do a lockfile update only, do not install dependencies.
88+
* @param boolean $ignorePlatformReqs Ignore platform reqs when running the update.
89+
* @param string $installPreference Set an install preference - must be one of "none", "dist", "source"
8890
* @return void
8991
*/
9092
public function handle(

0 commit comments

Comments
 (0)