mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-13 16:56:36 +00:00
Mitigate ErrorReporting rule to warning-level
This commit is contained in:
parent
8f1bb04d8d
commit
a8ea5b75c2
@ -95,7 +95,7 @@ class JedcheckerRulesErrorreporting extends JEDcheckerRule
|
||||
if ($pos_1 !== false)
|
||||
{
|
||||
$found = true;
|
||||
$this->report->addError($file, JText::_('COM_JEDCHECKER_ERROR_ERRORREPORTING'), $i + 1, $line);
|
||||
$this->report->addWarning($file, JText::_('COM_JEDCHECKER_ERROR_ERRORREPORTING'), $i + 1, $line);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user