🚀PHPのソースコードからPlantUMLのクラス図を出力するツール php-class-diagram v0.2.0 をリリースしました

PHPのソースコードからPlantUMLのクラス図を出力するツール php-class-diagram v0.2.0 をリリースしました。

## v0.2.0 (2023-02-16)
### Features
* add support Union Types.
* remove PHP7.4 support.
https://packagist.org/packages/smeghead/php-class-diagram
https://github.com/smeghead/php-class-diagram/releases/tag/v0.2.0

 

Union Type に対応しました。int|string のような型です。今までは nullable type (?string 等) の ? は出力するPlantUMLの表記上は、無視されていましたが、そのまま ?string と出力するようになりました。

バグ等あれば、GitHub Issuues で教えてください。

 

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.