Test Setup Failed
Push — master ( 188a84...59633e )
by Alain
02:18
created
src/SemanticVersion.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
      *
196 196
      * @since 0.1.0
197 197
      *
198
-     * @return int The patch version that is used. '' if not defined.
198
+     * @return string The patch version that is used. '' if not defined.
199 199
      */
200 200
     public function getPreRelease()
201 201
     {
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
      *
208 208
      * @since 0.1.0
209 209
      *
210
-     * @return int The build metadata for the version that is used. '' if not
210
+     * @return string The build metadata for the version that is used. '' if not
211 211
      *             defined.
212 212
      */
213 213
     public function getBuild()
Please login to merge, or discard this patch.