From d290889c46db10d6ca1c2357b0a5f0e58011cdd4 Mon Sep 17 00:00:00 2001 From: Ben Thomson Date: Fri, 25 Jun 2021 16:22:54 +0800 Subject: [PATCH] Update handler docblock --- src/Commands/Update.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Commands/Update.php b/src/Commands/Update.php index df5f4a0..85158c9 100644 --- a/src/Commands/Update.php +++ b/src/Commands/Update.php @@ -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(