Skip to content

Commit

Permalink
Fix coding style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jun 1, 2023
1 parent f114858 commit d3a6da7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Psalm/Plugin/Shepherd.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,14 @@ private static function buildShepherdUrlFromHost(string $host): string
}

/**
* @return array{build: array, git: array, issues: array, coverage: list<int>, level: int<1,8>, versions: array<string, string>}|null
* @return array{
* build: array,
* git: array,
* issues: array,
* coverage: list<int>,
* level: int<1, 8>,
* versions: array<string, string>
* }|null
*/
private static function collectPayloadToSend(AfterAnalysisEvent $event): ?array
{
Expand Down

0 comments on commit d3a6da7

Please sign in to comment.