[Process] Narrow PhpExecutableFinder return types

This commit is contained in:
Filippo Tessarotto
2025-04-17 08:03:48 +02:00
committed by Nicolas Grekas
parent d65479e099
commit 40c295f2de

View File

@@ -83,6 +83,8 @@ class PhpExecutableFinder
/**
* Finds the PHP executable arguments.
*
* @return list<non-empty-string>
*/
public function findArguments(): array
{