Removed localization from logs (Because it doesn't work)
This commit is contained in:
parent
72579e769f
commit
6cff08f073
32 changed files with 48 additions and 477 deletions
|
|
@ -211,7 +211,7 @@ class PhpCodeSniffer extends Plugin implements ZeroConfigPluginInterface
|
|||
|
||||
if (!is_array($data)) {
|
||||
$this->builder->log($output);
|
||||
throw new \Exception(PHPCensor\Helper\Lang::get('could_not_process_report'));
|
||||
throw new \Exception('Could not process the report generated by PHP Code Sniffer.');
|
||||
}
|
||||
|
||||
$errors = $data['totals']['errors'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue