Skip to content

Commit bf69d6d

Browse files
committed
Fix docblock copypasta
1 parent 3609112 commit bf69d6d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

utils/maintenance/Contrib_List_Command.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ final class Contrib_List_Command {
77

88
/**
99
* Packages excluded from contributor list generation.
10+
*
1011
* @var array
1112
*/
1213
private $excluded_packages = [

utils/maintenance/Release_Notes_Command.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
final class Release_Notes_Command {
77

88
/**
9-
* Packages excluded from contributor list generation.
9+
* Packages excluded from release notes generation.
10+
*
1011
* @var array
1112
*/
1213
private $excluded_packages = [

0 commit comments

Comments
 (0)