Skip to content

Commit e0be652

Browse files
Narrow type
1 parent 57dfd7e commit e0be652

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Util/PHP/PhpJobRunner.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
*/
1515
interface PhpJobRunner
1616
{
17+
/**
18+
* @psalm-return array{stdout: string, stderr: string}
19+
*/
1720
public function run(PhpJob $job): array;
1821
}

0 commit comments

Comments
 (0)