mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-01 01:03:55 +00:00
codestyle
This commit is contained in:
parent
bda87074f0
commit
eb6ea3c7ec
@ -430,7 +430,7 @@ class JedcheckerRulesJamss extends JEDcheckerRule
|
|||||||
*/
|
*/
|
||||||
private function jamssWarning($path, $title, $info, $code, $line)
|
private function jamssWarning($path, $title, $info, $code, $line)
|
||||||
{
|
{
|
||||||
$info = !empty($info)?sprintf($this->params->get('info'), htmlentities($info, ENT_QUOTES)):"";
|
$info = !empty($info) ? sprintf($this->params->get('info'), htmlentities($info, ENT_QUOTES)) : '';
|
||||||
$this->report->addWarning($path, $info . $title, $line, $code);
|
$this->report->addWarning($path, $info . $title, $line, $code);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user