Skip to content

fix: correct exception_error_handler line number type to int

Henning Leutz requested to merge dev into feat-uuid

As defined by PHP documentation, the parameter type should be int

See: https://www.php.net/manual/en/function.set-error-handler.php

Merge request reports