-
-
Notifications
You must be signed in to change notification settings - Fork 20
Prepare v2.7.0 release #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
KentarouTakeda
commented
Dec 31, 2025
@clue
Are you planning to publish the recent changes, including this pull request, as a new version?
I think #107 in particular is an important change for users. Currently, we are concerned that the following warning message is always displayed when we run tools that use our library on php-8.4 or higher:
Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead
Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead
Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead
Clue\React\Stdio\Stdio::__construct(): Implicitly marking parameter $readline as nullable is deprecated, the explicit nullable type must be used instead
Clue\React\Stdio\Stdio::createStdin(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead
Clue\React\Stdio\Stdio::createStdout(): Implicitly marking parameter $loop as nullable is deprecated, the explicit nullable type must be used instead
Preparation for release v2.7.0 on 2025年01月24日.