claudehohl / Stikked

An advanced and beautiful pastebin written in PHP
992 stars 220 forks source link

PHP8 error (required parameter follows optional parameter) #547

Open kauron opened 3 years ago

kauron commented 3 years ago

The library Carabiner (/application/libraries/Carabiner.php), on line 464 has an optional parameter before two required parameters, so php8 throws an error.

See patch at tonydewan/Carabiner#13.