roots / acorn

Laravel components for WordPress plugins and themes
https://roots.io/acorn/
MIT License
825 stars 94 forks source link

Fix `is_file()` deprecation warning #340

Closed joshuafredrickson closed 9 months ago

joshuafredrickson commented 10 months ago

Using Sage on vanilla WP, you'll receive the following notice due to Filesystem::closest returning null because there's no .env to be found.

Deprecated: is_file(): Passing null to parameter #1 ($filename) of type string is deprecated in /vendor/roots/acorn/src/Roots/Acorn/Bootloader.php on line 376