Completed
Branch master (f00cad)
by Emlyn
12:06
created
src/Log.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -273,6 +273,9 @@
 block discarded – undo
273 273
 		return $release;
274 274
 	}
275 275
 
276
+	/**
277
+	 * @return string
278
+	 */
276 279
 	public function getNextVersion($type)
277 280
 	{
278 281
 		if (! in_array($type, [static::VERSION_MAJOR, static::VERSION_MINOR, static::VERSION_PATCH]))
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Naneau\SemVer\Parser;
17 17
 use Naneau\SemVer\Sort;
18 18
 use Naneau\SemVer\Version;
19
-use Traversable;
20 19
 
21 20
 /**
22 21
  * Represents a full change log.
Please login to merge, or discard this patch.