Skip to content

React\ChildProcess\Process::__construct() and React\ChildProcess\Process::start() implicit nullable deprecation on PHP 8.4 #246

Description

@mickverm

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions