8000 minor #60229 [Process] Narrow `PhpExecutableFinder` return types (Sla… · symfony/symfony@ed7dba6 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed7dba6

Browse files
minor #60229 [Process] Narrow PhpExecutableFinder return types (Slamdunk)
This PR was submitted for the 6.4 branch but it was merged into the 7.3 branch instead. Discussion ---------- [Process] Narrow `PhpExecutableFinder` return types Narrow `PhpExecutableFinder` return types to the actual ones. Commits ------- 872c060 [Process] Narrow `PhpExecutableFinder` return types
2 parents 1d7c9ec + 872c060 commit ed7dba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Process/PhpExecutableFinder.php

+2
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