Skip to content

Commit 160d24b

Browse files
committed
[SVC] Adding a new public method to API class should be a minor change, but not a patch
1 parent 753f3c3 commit 160d24b

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)