Skip to content

Commit

Permalink
Let PHPStan ignore the temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Nov 28, 2023
1 parent 73b67e7 commit 83bddb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Functional/SerializerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ public function testParseJsonapiDataWithErrorAbortManager(string $filename, bool

$expected = json_decode($string, true);
// TODO #90: Add support for unknown properties
//** @phpstan-ignore-next-line */
unset($expected['jsonapi']['ext']);
//** @phpstan-ignore-next-line */
unset($expected['jsonapi']['profile']);

// Test full array
Expand Down

0 comments on commit 83bddb0

Please sign in to comment.