Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit 5195040

Browse files
committed
Merge pull request #57 from JeroenDeDauw/PhpProcess
Add missing @param doc in PhpProcess
2 parents 4bfd21a + af3e3bb commit 5195040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Process/PhpProcess.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function __construct(PhpExecutable $phpExecutable, array $parameters = ar
1717

1818
/**
1919
* @param array $parameters
20+
* @param bool $isHhvm
2021
* @return string
2122
*/
2223
private function constructParameters(array $parameters, $isHhvm)

0 commit comments

Comments
 (0)