Skip to content

Commit d387093

Browse files
1 parent 3f297af commit d387093

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/FirebaseAppHosting/RolloutPolicy.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ public function getDisabledTime()
101101
* Optional. A list of file paths patterns to exclude from triggering a
102102
* rollout. Patterns in this list take precedence over required_paths.
103103
* **Note**: All paths must be in the ignored_paths in order for the rollout
104-
* to be skipped. Limited to 100 paths. Example: ignored_paths: { pattern:
105-
* "foo/bar/excluded type: GLOB }
104+
* to be skipped. Limited to 100 paths. Example: ``` ignored_paths: { pattern:
105+
* "foo/bar/excluded", type: "GLOB" } ```
106106
*
107107
* @param Path[] $ignoredPaths
108108
*/
@@ -122,8 +122,8 @@ public function getIgnoredPaths()
122122
* at least one of the changed files in the commit are present in this list.
123123
* This field is optional; the rollout policy will default to triggering on
124124
* all paths if both ignored_paths and required_paths are not populated.
125-
* Limited to 100 paths. Example: required_paths: { pattern: "foo/bar” type:
126-
* GLOB }
125+
* Limited to 100 paths. Example: ``` required_paths: { pattern: "foo/bar",
126+
* type: "GLOB" } ```
127127
*
128128
* @param Path[] $requiredPaths
129129
*/

0 commit comments

Comments
 (0)