Skip to content

Commit

Permalink
Fix pslam issues
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <[email protected]>
  • Loading branch information
ghostwriter committed Dec 19, 2022
1 parent 2a5b23c commit 2a02960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/unit/Changelog/ChangelogReleaseNotesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public function testMergedInstanceContainsChangelogEntryFromTheInstanceThatHadOn
$merged = $original->merge($secondary);

$r = new ReflectionProperty($merged, 'changelogEntry');
/** @psalm-suppress UnusedMethodCall */
$r->setAccessible(true);

// Equals, but not same, as the class stores a clone of the original.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testInvalidPayload(array $payload): void
Label::fromPayload($payload);
}

/** @return iterable<int, list<array<string, mixed>>> */
/** @return iterable<int, array<array-key,array<string, mixed>>> */
public function provideInvalidPayload(): iterable
{
yield [
Expand Down

0 comments on commit 2a02960

Please sign in to comment.