vlucas / phpdotenv

Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
BSD 3-Clause "New" or "Revised" License
13.15k stars 626 forks source link

Prepare for PHP 8.4 #572

Closed staudenmeir closed 3 months ago

staudenmeir commented 3 months ago

PHP 8.4 deprecates implicitly nullable parameter types: https://wiki.php.net/rfc/deprecate-implicitly-nullable-types

GrahamCampbell commented 3 months ago

Thanks for preparing these changes. 👍