mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-31 21:51:46 +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)
|
||||
{
|
||||
$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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user