fast-image-size icon indicating copy to clipboard operation
fast-image-size copied to clipboard

Fix deprecation in file_get_contents call

Open keulinho opened this issue 3 years ago • 0 comments

On PHP 8.1 this lib throws a deprecation warning, as it passes null as second param to file_get_contents, which should be a bool according to the method declaration.

Error message before this change:

file_get_contents(): Passing null to parameter #2 ($use_include_path) of type bool is deprecated

keulinho avatar Oct 24 '22 12:10 keulinho