fast-image-size
fast-image-size copied to clipboard
Fix deprecation in file_get_contents call
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