MantisBT: master-2.25 9ee6f08e

Author Committer Branch Timestamp Parent
dregad dregad master-2.25 2022-07-15 12:31 master 010f60cf
Affected Issues  0030777: Scalar typehint is not supported in PHP 5.x
Changeset

Remove scalar typehint

Partial revert of 0b814f0f8665b19bb1eeb831803085d46de2ab9f.

This feature is not unsupported in PHP 5.x, and causes a Fatal error:
Default value for parameters with a class type hint can only be NULL
in summary_api.php on line 678.

Fixes 0030777

mod - core/summary_api.php Diff File