Skip to content

Commit f768839

Browse files
committed
Merge remote-tracking branch 'origin/AC-13469' into Hammer-PlatformHealth-30sep24
2 parents 11306e3 + 160d24b commit f768839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReportBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ protected function makeVersionReport()
126126
// Customize severity level of some @api changes
127127
LevelMapping::setOverrides(
128128
[
129-
'V015' => Level::PATCH, // Add public method
129+
'V015' => Level::MINOR, // Add public method
130130
'V016' => Level::PATCH, // Add protected method
131131
'V019' => Level::MINOR, // Add public property
132132
'V020' => Level::MINOR, // Add protected property

0 commit comments

Comments
 (0)