ilovepdf / ilovepdf-php

iLovePDF Rest Api - PHP Library (https://developer.ilovepdf.com)
146 stars 39 forks source link

Move optional parameters after required to comply with PHP 8 #33

Closed eswachsman closed 2 years ago

eswachsman commented 2 years ago

In PHP 8, optional parameters must come after all required parameters.

https://php.watch/versions/8.0/deprecate-required-param-after-optional

maztch commented 2 years ago

Changes added