FakerPHP / Faker

Faker is a PHP library that generates fake data for you
https://fakerphp.github.io
Other
3.49k stars 331 forks source link

Add `$format` to `image` DocBlock #670

Closed vintagesucks closed 1 year ago

vintagesucks commented 1 year ago

What is the reason for this PR?

Similar to #630, the image DocBlock is missing the $format parameter:

https://github.com/FakerPHP/Faker/blob/5c1e5005cc0b11143e535ed50c965e58a46225b8/src/Faker/Provider/Image.php#L108-L118

https://github.com/FakerPHP/Faker/blob/5c1e5005cc0b11143e535ed50c965e58a46225b8/src/Faker/Generator.php#L282

Author's checklist

Summary of changes

Adds $format to image DocBlock

Review checklist