Skip to content

Commit 40c295f

Browse files
Slamdunknicolas-grekas
authored andcommitted
[Process] Narrow PhpExecutableFinder return types
1 parent d65479e commit 40c295f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PhpExecutableFinder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ public function find(bool $includeArgs = true): string|false
8383

8484
/**
8585
* Finds the PHP executable arguments.
86+
*
87+
* @return list<non-empty-string>
8688
*/
8789
public function findArguments(): array
8890
{

0 commit comments

Comments
 (0)