Skip to content

Commit 436ee59

Browse files
committed
Update V018 and V021 level from MINOR to PATCH.
V018/V021: A final class cannot be inherited, thus any protected code is not visible to clients.
1 parent 65fe920 commit 436ee59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PHPSemVerChecker/Configuration/LevelMapping.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ class LevelMapping
2424
'V015' => Level::MAJOR,
2525
'V016' => Level::MAJOR,
2626
'V017' => Level::MINOR,
27-
'V018' => Level::MINOR,
27+
'V018' => Level::PATCH,
2828
'V019' => Level::MAJOR,
2929
'V020' => Level::MAJOR,
30-
'V021' => Level::MINOR,
30+
'V021' => Level::PATCH,
3131
'V022' => Level::PATCH,
3232
'V023' => Level::PATCH,
3333
'V024' => Level::PATCH,

0 commit comments

Comments
 (0)