Skip to content

Commit

Permalink
Update V018 and V021 level from MINOR to PATCH.
Browse files Browse the repository at this point in the history
V018/V021: A final class cannot be inherited, thus any protected code is not visible to clients.
  • Loading branch information
tomzx committed Jun 18, 2015
1 parent 65fe920 commit 436ee59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PHPSemVerChecker/Configuration/LevelMapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ class LevelMapping
'V015' => Level::MAJOR,
'V016' => Level::MAJOR,
'V017' => Level::MINOR,
'V018' => Level::MINOR,
'V018' => Level::PATCH,
'V019' => Level::MAJOR,
'V020' => Level::MAJOR,
'V021' => Level::MINOR,
'V021' => Level::PATCH,
'V022' => Level::PATCH,
'V023' => Level::PATCH,
'V024' => Level::PATCH,
Expand Down

0 comments on commit 436ee59

Please sign in to comment.