Problem with StartRoadRunnerCommand.php:188 - getPort() - Unsupported operand types: string - int #1975
Closed
JosephCastro
started this conversation in
General
Replies: 1 comment 3 replies
-
Hey @JosephCastro 👋 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Anyone can help me this error please.
I trying to start RR (v2.12.3) with PHP 8.3 and Laravel 10.X.
I get this error:
AFAIK this try to get the port, but it's a string, instead of an int, but I check the roadrunner.yaml (below) and I pass the value as int.
This code in StartRoadRunnerCommand.php:
And this is the yaml:
Beta Was this translation helpful? Give feedback.
All reactions