Avoid pb with scrutinizer
This commit is contained in:
parent
2bdca3d76b
commit
c71efc8f2e
@ -4867,8 +4867,9 @@ function printCommonFooter($zone='private')
|
|||||||
print '</script>'."\n";
|
print '</script>'."\n";
|
||||||
|
|
||||||
// Add Xdebug coverage of code
|
// Add Xdebug coverage of code
|
||||||
if (defined('XDEBUGCOVERAGE')) {
|
if (defined('XDEBUGCOVERAGE'))
|
||||||
var_dump(xdebug_get_code_coverage());
|
{
|
||||||
|
print_r(xdebug_get_code_coverage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user