We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8285ea commit c7d2b16Copy full SHA for c7d2b16
src/ReportBuilder.php
@@ -127,7 +127,7 @@ protected function makeVersionReport()
127
LevelMapping::setOverrides(
128
[
129
'V015' => Level::MINOR, // Add public method
130
- 'V016' => Level::MINOR, // Add protected method
+ 'V016' => Level::PATCH, // Add protected method
131
'V019' => Level::MINOR, // Add public property
132
'V020' => Level::MINOR, // Add protected property
133
'V034' => Level::MINOR, // Add public method to an interface
0 commit comments