Removed some else/elseif and added some early returns to make the code a little easier to read, nothing changes on the big picture

This commit is contained in:
André Filipe
2018-10-17 09:48:21 +01:00
committed by Ben Ramsey
parent f1e27fc9e8
commit 84fe6cf755
4 changed files with 33 additions and 25 deletions
-1
View File
@@ -19,5 +19,4 @@ namespace Ramsey\Uuid\Codec;
*/
class TimestampLastCombCodec extends StringCodec
{
}