mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-05 23:40:41 +00:00
Mitigate Encoding rule to warning-level
This commit is contained in:
parent
f9a073beab
commit
eeaa31a338
@ -94,7 +94,7 @@ class JedcheckerRulesEncoding extends JEDcheckerRule
|
|||||||
if ($pos_1 !== false)
|
if ($pos_1 !== false)
|
||||||
{
|
{
|
||||||
$found = true;
|
$found = true;
|
||||||
$this->report->addError($file, JText::_('COM_JEDCHECKER_ERROR_ENCODING'), $i + 1, $line);
|
$this->report->addWarning($file, JText::_('COM_JEDCHECKER_ERROR_ENCODING'), $i + 1, $line);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user