hshn / base64-encoded-file

Provides handling for base64 encoded files, and the integration of symfony/form
MIT License
39 stars 24 forks source link

Fix PHPstan validation error #31

Closed jpvdw86 closed 1 year ago

jpvdw86 commented 1 year ago

The error: Parameter $mimeType of class Hshn\Base64EncodedFile\HttpFoundation\File\UploadedBase64EncodedFile constructor expects null, string given.

hshn commented 1 year ago

Thank you!