Skip to content

Commit

Permalink
Fix PHPStan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliot-Tm committed May 29, 2024
1 parent 33f7dbb commit 89a6f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/BaselineContent.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function getHashesCount(): int
}

/**
* @return array<string,string|array<string,string>>
* @return array<string,array<string,string>|int>
*/
public function jsonSerialize(): array
{
Expand Down

0 comments on commit 89a6f8e

Please sign in to comment.