From 53c861e369ac548c4ef2e8368595bcc287cbf323 Mon Sep 17 00:00:00 2001 From: Ksaveras Sakys Date: Mon, 9 May 2022 20:48:31 +0100 Subject: [PATCH] CS fix --- tests/CircuitBreakerMiddlewareTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/CircuitBreakerMiddlewareTest.php b/tests/CircuitBreakerMiddlewareTest.php index 88d7170..b05a182 100644 --- a/tests/CircuitBreakerMiddlewareTest.php +++ b/tests/CircuitBreakerMiddlewareTest.php @@ -7,7 +7,6 @@ * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ - namespace Ksaveras\GuzzleCircuitBreakerMiddleware\Tests; use GuzzleHttp\Exception\ConnectException;