Closed siggi-k closed 6 months ago
Note: This issue is reproduced only in PHP >= 8.0. https://github.com/SOHELAHMED7/yii2-openapi/actions/runs/8831887643/job/24248043503
Note: This issue is reproduced only in PHP >= 8.0. https://github.com/SOHELAHMED7/yii2-openapi/actions/runs/8831887643/job/24248043503
might depend on the error level:
https://www.php.net/manual/en/migration80.incompatible.php A number of notices have been converted into warnings:
- Attempting to read an undefined variable.
- Attempting to read an undefined property. [...]
@SOHELAHMED7 can you check/ensure that we are using error_reporting(-1) in tests?
can you check/ensure that we are using error_reporting(-1) in tests?
results in the following error: