Skip to content

Commit

Permalink
Fix coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Oct 18, 2023
1 parent 1e179e5 commit ef0d5a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Check failure on line 14 in src/Monofony/MetaPack/ApiMeta/.recipe/tests/Controller/JsonApiTestCase.php

View workflow job for this annotation

GitHub Actions / Pack/ApiPack, PHP 8.1, Symfony ~6.1.0

Method PHPUnit\Framework\TestCase::__construct() invoked with 3 parameters, 1 required.

Check failure on line 14 in src/Monofony/MetaPack/ApiMeta/.recipe/tests/Controller/JsonApiTestCase.php

View workflow job for this annotation

GitHub Actions / Pack/ApiPack, PHP 8.1, Symfony ~6.2.0

Method PHPUnit\Framework\TestCase::__construct() invoked with 3 parameters, 1 required.

$this->expectedResponsesPath = __DIR__.'/../Responses';
Expand Down

0 comments on commit ef0d5a9

Please sign in to comment.