Skip to content

Commit 5b060aa

Browse files
Update include/branches.inc
Co-authored-by: Daniel Scherzer <daniel.e.scherzer@gmail.com>
1 parent bf31057 commit 5b060aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/branches.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function get_all_branches() {
108108
return $branches;
109109
}
110110

111-
#[DEprecated('Use Branches::active()')]
111+
#[Deprecated('Use Branches::active()')]
112112
function get_active_branches(bool $include_recent_eols = true) {
113113
$branches = [];
114114
$now = new DateTime();

0 commit comments

Comments
 (0)