mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
PHPStan 1.9 features
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user