Skip to content

Commit c7d2b16

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

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
@@ -127,7 +127,7 @@ protected function makeVersionReport()
127127
LevelMapping::setOverrides(
128128
[
129129
'V015' => Level::MINOR, // Add public method
130-
'V016' => Level::MINOR, // Add protected method
130+
'V016' => Level::PATCH, // Add protected method
131131
'V019' => Level::MINOR, // Add public property
132132
'V020' => Level::MINOR, // Add protected property
133133
'V034' => Level::MINOR, // Add public method to an interface

0 commit comments

Comments
 (0)