D26073
D26073
Explicitly cast int to string when expected by PHP functions
Author: aklapper
Reviewers: O1: Blessed Committers, valerio.bozzolan
Summary: Avoid `Parameter $foo of function bar expects string, int given` output in static code analysis by explicitly casting…