mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-16 10:05:14 +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)
|
if ($pos_1 !== false)
|
||||||
{
|
{
|
||||||
$found = true;
|
$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;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user