Skip to content

Commit

Permalink
Fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk authored Nov 15, 2024
1 parent c939ea7 commit 6dc0248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function start(string $rrCommand = null, int $commandTimeout = 10, array
}

/**
* @param string[] $parameters
* @param list<non-empty-string> $parameters
*/
public function startTemporalServer(int $commandTimeout = 10, array $parameters = []): void
{
Expand Down

0 comments on commit 6dc0248

Please sign in to comment.