sparkapi / sparkapi4p2

A PHP wrapper for the flexmls REST API.
GNU General Public License v3.0
26 stars 28 forks source link

Missing $default value in extract_from_request_options #58

Closed raiman264 closed 2 years ago

raiman264 commented 2 years ago

Having required parameters after optional parameters was deprecated in php8 and now in php 8.0.8 trhows an error

ErrorException Required parameter $default follows optional parameter $options

https://github.com/sparkapi/sparkapi4p2/blob/2b92255346eaab4668b848bfc6d67108bccdb043/lib/Core.php#L848