Updated changelog for v1.14.1

This commit is contained in:
Alejandro Celaya
2018-11-17 19:26:07 +01:00
parent 79b2a0839f
commit f48f98f4d7
3 changed files with 4 additions and 4 deletions

View File

@@ -4,8 +4,8 @@ declare(strict_types=1);
namespace ShlinkioTest\Shlink\Core\Exception;
use Exception;
use Shlinkio\Shlink\Core\Exception\InvalidShortCodeException;
use PHPUnit\Framework\TestCase;
use Shlinkio\Shlink\Core\Exception\InvalidShortCodeException;
use Throwable;
class InvalidShortCodeExceptionTest extends TestCase