Skip to content

Commit 081b88d

Browse files
committed
[Process] Narrow PhpExecutableFinder return types
1 parent ddc2787 commit 081b88d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Process/PhpExecutableFinder.php

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

8080
/**
8181
* Finds the PHP executable arguments.
82+
*
83+
* @return list<non-empty-string>
8284
*/
8385
public function findArguments(): array
8486
{

0 commit comments

Comments
 (0)