Test Setup Failed
Branch master (af0e29)
by Alain
02:25
created
src/SemanticVersion.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -187,7 +187,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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() {
Please login to merge, or discard this patch.
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Config.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
src/ConfigInterface.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/FeatureInterface.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/PHPFeature.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -1,13 +1,13 @@
 block discarded – undo
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
Please login to merge, or discard this patch.