From 1b2138b5022c525d1381ecc42acc0f5f07c5bc26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Tue, 6 Jun 2023 21:53:19 -0300 Subject: [PATCH] Fix invalid PHPUnit covers annotation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- test/classes/Gis/Ds/PolygonTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/classes/Gis/Ds/PolygonTest.php b/test/classes/Gis/Ds/PolygonTest.php index 3d8e458e77..4e77980daa 100644 --- a/test/classes/Gis/Ds/PolygonTest.php +++ b/test/classes/Gis/Ds/PolygonTest.php @@ -8,7 +8,7 @@ use PhpMyAdmin\Gis\Ds\Point; use PhpMyAdmin\Gis\Ds\Polygon; use PhpMyAdmin\Tests\AbstractTestCase; -/** @covers \PhpMyAdmin\Ds\Polygon */ +/** @covers \PhpMyAdmin\Gis\Ds\Polygon */ class PolygonTest extends AbstractTestCase { /**