Skip to content

Commit 30462ed

Browse files
committed
chore: fix typo in docblock
1 parent 6464418 commit 30462ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/process/src/Testing/ProcessTester.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function mockProcessResult(string $command = '*', string|ProcessResult|In
5353
/**
5454
* Sets up the specified commands or patterns to return the specified results.
5555
*
56-
* @var array<string,string|ProcessResult|InvokedProcessDescription> $results
56+
* @param array<string,string|ProcessResult|InvokedProcessDescription> $results
5757
*/
5858
public function mockProcessResults(array $results): self
5959
{

0 commit comments

Comments
 (0)