Minor refactoring

This commit is contained in:
Meritoo
2019-03-24 22:19:45 +01:00
parent 56b058ca1d
commit 5022efb9a3
2 changed files with 7 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ class Version
*
* @var int
*/
private $majorPart;
protected $majorPart;
/**
* The "minor" part.
@@ -30,7 +30,7 @@ class Version
*
* @var int
*/
private $minorPart;
protected $minorPart;
/**
* The "patch" part.
@@ -38,7 +38,7 @@ class Version
*
* @var int
*/
private $patchPart;
protected $patchPart;
/**
* Class constructor