From 62d617f6d34262ac97886fb32e557bed38d3ed11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Mon, 2 Oct 2023 22:51:12 -0600 Subject: [PATCH] fix oopsie --- tests/UriTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/UriTest.php b/tests/UriTest.php index daedb0a..40e63ca 100644 --- a/tests/UriTest.php +++ b/tests/UriTest.php @@ -14,8 +14,8 @@ use Slim\Http\Factory\DecoratedUriFactory; use Slim\Tests\Http\Providers\LaminasDiactorosPsr17FactoryProvider; use Slim\Tests\Http\Providers\Psr17FactoryProvider; - use TypeError; + use function property_exists; class UriTest extends TestCase