From 6875827f467d080fec549730edd8aa653440ddcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Ate=C5=9F=20Uzun?= Date: Fri, 18 Aug 2023 20:48:05 +0300 Subject: [PATCH] doc: add flag params (#132485) *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* --- packages/flutter_tools/bin/xcode_debug.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/flutter_tools/bin/xcode_debug.js b/packages/flutter_tools/bin/xcode_debug.js index 25f16a2729..20b8f2337b 100644 --- a/packages/flutter_tools/bin/xcode_debug.js +++ b/packages/flutter_tools/bin/xcode_debug.js @@ -194,6 +194,7 @@ class CommandArguments { * return true. If the flag is not allowed for the current command, will * return `null`. * + * @param {!string} flag * @param {?string} value * @returns {?boolean} * @throws Will throw an error if the flag is allowed and `value` is not