From ef0d5a95ce47c704977ad4f4d64d4148593c98b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Wed, 18 Oct 2023 20:53:20 +0200 Subject: [PATCH] Fix coding standard --- .../ApiMeta/.recipe/tests/Controller/JsonApiTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monofony/MetaPack/ApiMeta/.recipe/tests/Controller/JsonApiTestCase.php b/src/Monofony/MetaPack/ApiMeta/.recipe/tests/Controller/JsonApiTestCase.php index 7e9f358a..f6bb4d73 100644 --- a/src/Monofony/MetaPack/ApiMeta/.recipe/tests/Controller/JsonApiTestCase.php +++ b/src/Monofony/MetaPack/ApiMeta/.recipe/tests/Controller/JsonApiTestCase.php @@ -8,9 +8,9 @@ class JsonApiTestCase extends BaseJsonApiTestCase { + /** @psalm-suppress InternalMethod */ public function __construct(?string $name = null, array $data = [], string $dataName = '') { - /** @psalm-suppress InternalMethod */ parent::__construct($name, $data, $dataName); $this->expectedResponsesPath = __DIR__.'/../Responses';