@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | * |
188 | 188 | * @since 0.1.0 |
189 | 189 | * |
190 | - * @return int The patch version that is used. '' if not defined. |
|
190 | + * @return string The patch version that is used. '' if not defined. |
|
191 | 191 | */ |
192 | 192 | public function get_pre_release() { |
193 | 193 | return (string) $this->get_component( 'pre-release' ) ?: ''; |
@@ -198,7 +198,7 @@ discard block |
||
198 | 198 | * |
199 | 199 | * @since 0.1.0 |
200 | 200 | * |
201 | - * @return int The build metadata for the version that is used. '' if not |
|
201 | + * @return string The build metadata for the version that is used. '' if not |
|
202 | 202 | * defined. |
203 | 203 | */ |
204 | 204 | public function get_build() { |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * SemanticVersion Class |
|
4 | - * |
|
5 | - * @package phpfeature |
|
6 | - * @author Alain Schlesser <[email protected]> |
|
7 | - * @license GPL-2.0+ |
|
8 | - * @link http://www.brightnucleus.com/ |
|
9 | - * @copyright 2016 Alain Schlesser, Bright Nucleus |
|
10 | - */ |
|
3 | + * SemanticVersion Class |
|
4 | + * |
|
5 | + * @package phpfeature |
|
6 | + * @author Alain Schlesser <[email protected]> |
|
7 | + * @license GPL-2.0+ |
|
8 | + * @link http://www.brightnucleus.com/ |
|
9 | + * @copyright 2016 Alain Schlesser, Bright Nucleus |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Class SemanticVersion |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Config Class. |
|
4 | - * |
|
5 | - * @package phpfeature |
|
6 | - * @author Alain Schlesser <[email protected]> |
|
7 | - * @license GPL-2.0+ |
|
8 | - * @link http://www.brightnucleus.com/ |
|
9 | - * @copyright 2016 Alain Schlesser, Bright Nucleus |
|
10 | - */ |
|
3 | + * Config Class. |
|
4 | + * |
|
5 | + * @package phpfeature |
|
6 | + * @author Alain Schlesser <[email protected]> |
|
7 | + * @license GPL-2.0+ |
|
8 | + * @link http://www.brightnucleus.com/ |
|
9 | + * @copyright 2016 Alain Schlesser, Bright Nucleus |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Config loader used to load config PHP files as objects. |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * ConfigInterface Interface. |
|
4 | - * |
|
5 | - * @package phpfeature |
|
6 | - * @author Alain Schlesser <[email protected]> |
|
7 | - * @license GPL-2.0+ |
|
8 | - * @link http://www.brightnucleus.com/ |
|
9 | - * @copyright 2016 Alain Schlesser, Bright Nucleus |
|
10 | - */ |
|
3 | + * ConfigInterface Interface. |
|
4 | + * |
|
5 | + * @package phpfeature |
|
6 | + * @author Alain Schlesser <[email protected]> |
|
7 | + * @license GPL-2.0+ |
|
8 | + * @link http://www.brightnucleus.com/ |
|
9 | + * @copyright 2016 Alain Schlesser, Bright Nucleus |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Interface ConfigInterface |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * FeatureInterface Interface |
|
4 | - * |
|
5 | - * @package phpfeature |
|
6 | - * @author Alain Schlesser <[email protected]> |
|
7 | - * @license GPL-2.0+ |
|
8 | - * @link http://www.brightnucleus.com/ |
|
9 | - * @copyright 2016 Alain Schlesser, Bright Nucleus |
|
10 | - */ |
|
3 | + * FeatureInterface Interface |
|
4 | + * |
|
5 | + * @package phpfeature |
|
6 | + * @author Alain Schlesser <[email protected]> |
|
7 | + * @license GPL-2.0+ |
|
8 | + * @link http://www.brightnucleus.com/ |
|
9 | + * @copyright 2016 Alain Schlesser, Bright Nucleus |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Interface FeatureInterface |
@@ -1,13 +1,13 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * PHPFeature Class |
|
4 | - * |
|
5 | - * @package phpfeature |
|
6 | - * @author Alain Schlesser <[email protected]> |
|
7 | - * @license GPL-2.0+ |
|
8 | - * @link http://www.brightnucleus.com/ |
|
9 | - * @copyright 2016 Alain Schlesser, Bright Nucleus |
|
10 | - */ |
|
3 | + * PHPFeature Class |
|
4 | + * |
|
5 | + * @package phpfeature |
|
6 | + * @author Alain Schlesser <[email protected]> |
|
7 | + * @license GPL-2.0+ |
|
8 | + * @link http://www.brightnucleus.com/ |
|
9 | + * @copyright 2016 Alain Schlesser, Bright Nucleus |
|
10 | + */ |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Class PHPFeature |