laravel / envoy

Elegant SSH tasks for PHP.
https://laravel.com/docs/envoy
MIT License
1.57k stars 178 forks source link

Fix PHP 8.1 deprecation warning #238

Closed bakerkretzmar closed 2 years ago

bakerkretzmar commented 2 years ago

In PHP 8.1 passing null to file_exists() is deprecated, so this PR just defaults that option to an empty string if it's not provided.