Skip to content

Commit 33e6793

Browse files
committed
SVC false-positive: overriding public/protected method in child class
1 parent c7d2b16 commit 33e6793

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ReportBuilder.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@ protected function makeVersionReport()
126126
// Customize severity level of some @api changes
127127
LevelMapping::setOverrides(
128128
[
129-
'V015' => Level::MINOR, // Add public method
129+
'V006' => Level::PATCH, // Add public method
130+
'V007' => Level::PATCH, // Add protected method
131+
'V015' => Level::PATCH, // Add public method
130132
'V016' => Level::PATCH, // Add protected method
131133
'V019' => Level::MINOR, // Add public property
132134
'V020' => Level::MINOR, // Add protected property

0 commit comments

Comments
 (0)