idleberg / php-wordpress-vite-assets

Injects assets from a Vite manifest to the Wordpress head, supports themes and plugins
https://packagist.org/packages/idleberg/wordpress-vite-assets
MIT License
130 stars 12 forks source link

Match return type #3

Closed Tofandel closed 1 year ago

Tofandel commented 1 year ago

Function returns null but return type is not nullable

idleberg commented 1 year ago

Thank you for spotting. I will release a fix now but will consider changing this after PHP 7.4 has reached EOL.

Tofandel commented 1 year ago

@idleberg Then you can use ?string in php7.4, but changing return types is always a breaking change