From a528c12028fe242255929103d9dbb1284b4a5509 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 13 Dec 2024 16:06:02 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/UserAgentTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/UserAgentTest.php b/tests/UserAgentTest.php index ef209d5..0218039 100644 --- a/tests/UserAgentTest.php +++ b/tests/UserAgentTest.php @@ -37,5 +37,4 @@ public function this_should_fail_with_postgres_at_least() $this->assertEquals(self::STUPID_UA_STRING, $entry->user_agent); } - }