31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-28 04:59:04 +00:00

Mitigate Encoding rule to warning-level

This commit is contained in:
Denis Ryabov 2021-05-11 18:34:34 +03:00
parent f9a073beab
commit eeaa31a338

View File

@ -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;
}
}