diff --git a/tests/MobileDetectWithCacheTest.php b/tests/MobileDetectWithCacheTest.php index 754a53e6..02d8c270 100644 --- a/tests/MobileDetectWithCacheTest.php +++ b/tests/MobileDetectWithCacheTest.php @@ -162,6 +162,5 @@ public function testGetCacheKeyIsUsedInConsecutiveCallsIfFoundIn() $detect->isMobile(); $detect->isMobile(); - } }