0
php multiline function parameter highlight
In the following snippet for PHP, the last function argument ($unhideNew) is not highlighted (unless followed by ")" on the same line)
<?php
class test {
private function importAbstract(
$argv, $unhideNew
) {
}
}
Servicio de atención al cliente por UserEcho