From d94d842afcdcbf81aff25d8f6d8abc78c80e620b Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 12 May 2026 18:35:25 -0700 Subject: [PATCH] Regenerate firebaseapphosting client --- src/FirebaseAppHosting/RolloutPolicy.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/FirebaseAppHosting/RolloutPolicy.php b/src/FirebaseAppHosting/RolloutPolicy.php index 569300e3ea7..22346ae24da 100644 --- a/src/FirebaseAppHosting/RolloutPolicy.php +++ b/src/FirebaseAppHosting/RolloutPolicy.php @@ -121,8 +121,9 @@ public function getIgnoredPaths() * Optional. A list of file paths patterns that trigger a build and rollout if * at least one of the changed files in the commit are present in this list. * This field is optional; the rollout policy will default to triggering on - * all paths if not populated. Limited to 100 paths. Example: “required_paths: - * { pattern: "foo/bar” type: GLOB } + * all paths if both ignored_paths and required_paths are not populated. + * Limited to 100 paths. Example: “required_paths: { pattern: "foo/bar” type: + * GLOB } * * @param Path[] $requiredPaths */