Skip to content

Commit

Permalink
Update handler docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Jun 25, 2021
1 parent c72cb6d commit d290889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ class Update extends BaseCommand
*
* @param boolean $includeDev Include "require-dev" dependencies in the update.
* @param boolean $lockFileOnly Do a lockfile update only, do not install dependencies.
* @param boolean $ignorePlatformReqs Ignore platform reqs when running the update.
* @param string $installPreference Set an install preference - must be one of "none", "dist", "source"
* @return void
*/
public function handle(
Expand Down

0 comments on commit d290889

Please sign in to comment.