10000 [Process] Narrow `PhpExecutableFinder` return types · symfony/symfony@872c060 · GitHub
[go: up one dir, main page]

Skip to content

Commit 872c060

Browse files
Slamdunknicolas-grekas
authored andcommitted
[Process] Narrow PhpExecutableFinder return types
1 parent 1d7c9ec commit 872c060

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
@@ -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)
0