From a6727c5382675747859d203a079a5d4c69451150 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 23 Jul 2019 22:09:38 +0200 Subject: [PATCH] Fixed coding styles --- module/CLI/test/Util/GeolocationDbUpdaterTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/module/CLI/test/Util/GeolocationDbUpdaterTest.php b/module/CLI/test/Util/GeolocationDbUpdaterTest.php index 9e06c907..6dd11807 100644 --- a/module/CLI/test/Util/GeolocationDbUpdaterTest.php +++ b/module/CLI/test/Util/GeolocationDbUpdaterTest.php @@ -5,7 +5,6 @@ namespace ShlinkioTest\Shlink\CLI\Util; use Cake\Chronos\Chronos; use GeoIp2\Database\Reader; -use InvalidArgumentException; use MaxMind\Db\Reader\Metadata; use PHPUnit\Framework\TestCase; use Prophecy\Argument;