This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
Fatal error: ArgumentCountError on get_file_data() in Plugin.php #58
Labels
bug
Something isn't working
The following line throws a fatal error in PHP 7.4+:
block-scaffolding-wp/php/Plugin.php
Line 172 in 412029a
As can be seen in the documentation for
get_file_data()
, the second argument$default_headers
is not optional and has to be provided.The text was updated successfully, but these errors were encountered: