v1.4.0
Added
Generic.PHP.ForbiddenFunctionsconfig: forbids
intval(),floatval(),strval(), andboolval().
Use(int),(float),(string), and(bool)casts
instead.Apermo.Functions.ForbiddenNestedClosuresniff: warns
when closures or arrow functions are nested inside other
closures or arrow functions. Extract inner callbacks to
named functions instead.