Skip to content

Commit 83bddb0

Browse files
committed
Let PHPStan ignore the temporary fix
1 parent 73b67e7 commit 83bddb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Functional/SerializerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@ public function testParseJsonapiDataWithErrorAbortManager(string $filename, bool
8080

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

8688
// Test full array

0 commit comments

Comments
 (0)