Describe the bug
I run nightly host tests, but noticed the following errors starting on 9/10:
Parse error: Unclosed '{' on line 68 does not match ')' in /tmp/src/test.php on line 69
To Reproduce
git clone
this repo as of 9/10
- Change to the dir where you checked out code
- Run PHP docker image:
docker run -it --rm -v $(pwd):/tmp/src php:8.3-cli /bin/bash
- Change to
/tmp/src
, and run: php test.php
- See error.
Expected behavior
No error.
Screenshots
N/A
Additional context
N/A