Completed
Branch master (f00cad)
by Emlyn
12:06
created
src/Log.php 1 patch
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.