Patrick Monnerat
3a75a32100
Mandatory function arguments must be listed before optional ones.
PHP 8 deprecates the ability to have function whatever($arg1, $arg2='something', $arg3) This commit reorders arguments of functions set_cached_item() and draw_jpeg_photo() to meet this new requirement.
Languages
PHP
91%
Blade
8.2%
Shell
0.7%
Dockerfile
0.1%