After some investigation, react/child-process is a dependency of friendsofphp/php-cs-fixer. If I'm not mistaken, this deprecation can be fixed in ECS once php-cs-fixer has a new release requiring version react/child-process@^0.7.0 (which hasn't yet been released, see reactphp/child-process#110). I'm just creating an issue here so that we can keep track of this.
Deprecated: ECSPrefix202412\React\ChildProcess\Process::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead in /<redacted>/vendor/symplify/easy-coding-standard/vendor/react/child-process/src/Process.php on line 106
Deprecated: ECSPrefix202412\React\ChildProcess\Process::__construct(): Implicitly marking parameter $fds as nullable is deprecated, the explicit nullable type must be used instead in /<redacted>/vendor/symplify/easy-coding-standard/vendor/react/child-process/src/Process.php on line 106
Deprecated: ECSPrefix202412\React\ChildProcess\Process::start(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead in /<redacted>/vendor/symplify/easy-coding-standard/vendor/react/child-process/src/Process.php on line 154
After some investigation,
react/child-processis a dependency offriendsofphp/php-cs-fixer. If I'm not mistaken, this deprecation can be fixed in ECS oncephp-cs-fixerhas a new release requiring versionreact/child-process@^0.7.0(which hasn't yet been released, see reactphp/child-process#110). I'm just creating an issue here so that we can keep track of this.