cloudinary / php-transformation-builder-sdk

Cloudinary PHP Transformation Builder SDK
https://cloudinary.com/documentation/php_image_manipulation
MIT License
3 stars 4 forks source link

Fix phpdoc @param tags with the NULL type #9

Closed wulff closed 1 year ago

wulff commented 1 year ago

Brief Summary of Changes

Parameters documented by @param null make it difficult for IDEs and static analysis tools to reason about the code. This PR tries to fix the most obvious occurences of the pattern.

What does this PR address?

Are tests included?

Checklist:

const-cloudinary commented 1 year ago

@wulff , thank you for contribution!