PHPStan 1.9 features

This commit is contained in:
Dylan K. Taylor
2022-11-04 20:23:34 +00:00
parent bfd1b2c635
commit 2fdc46c165
13 changed files with 40 additions and 1 deletions

View File

@ -152,6 +152,8 @@ final class Process{
* @param string $command Command to execute
* @param string|null $stdout Reference parameter to write stdout to
* @param string|null $stderr Reference parameter to write stderr to
* @phpstan-param-out string $stdout
* @phpstan-param-out string $stderr
*
* @return int process exit code
*/