Skip to content

Commit d725695

Browse files
committed
Comment out fixed brokages in spec files
1 parent 59951dd commit d725695

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: utils/patch-broken-spec-files.php

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
$argv[1],
55
str_replace(
66
[
7-
" description: 'A group of pull requests that the merge queue has grouped together
8-
to be merged.
9-
10-
'",
11-
" description: 'Conditions for an organization ruleset. The conditions object
12-
should contain both `repository_name` and `ref_name` properties or both `repository_id`
13-
and `ref_name` properties.
14-
15-
'",
7+
// " description: 'A group of pull requests that the merge queue has grouped together
8+
// to be merged.
9+
//
10+
//'",
11+
// " description: 'Conditions for an organization ruleset. The conditions object
12+
// should contain both `repository_name` and `ref_name` properties or both `repository_id`
13+
// and `ref_name` properties.
14+
//
15+
//'",
1616
],
1717
[
18-
" description: 'A group of pull requests that the merge queue has grouped together to be merged.'",
19-
" description: 'Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.'",
18+
// " description: 'A group of pull requests that the merge queue has grouped together to be merged.'",
19+
// " description: 'Conditions for an organization ruleset. The conditions object should contain both `repository_name` and `ref_name` properties or both `repository_id` and `ref_name` properties.'",
2020
],
2121
file_get_contents(
2222
$argv[1],

0 commit comments

Comments
 (0)