Closed ondics closed 1 year ago
I built my Docker image using FROM php:8.2-bullseye.
FROM php:8.2-bullseye
When executing
./vendor/bin/apidoc api controllers/api ./web/apidoc
the result is:
TargetDirectory already exists. Overwrite? (yes|no) [yes]:yes Error: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated
When building the image using FROM php:8.0-bullseye apidoc page creation works.
FROM php:8.0-bullseye
The supported PHP versions should be mentioned in the README.md
Ignore my previous (and deleted) comment. Yii support PHP8.2 with 2.0.48 version. Please update your composer https://github.com/yiisoft/yii2/releases/tag/2.0.48
I built my Docker image using
FROM php:8.2-bullseye
.When executing
the result is:
When building the image using
FROM php:8.0-bullseye
apidoc page creation works.The supported PHP versions should be mentioned in the README.md