diff --git a/PHPCI/Languages/lang.en.php b/PHPCI/Languages/lang.en.php index 63df75d2..c69382c1 100644 --- a/PHPCI/Languages/lang.en.php +++ b/PHPCI/Languages/lang.en.php @@ -425,7 +425,6 @@ PHPCI', 'could_not_process_report' => 'Could not process the report generated by this tool.', 'shell_not_enabled' => 'The shell plugin is not enabled. Please enable it via config.yml.', - // Error Levels: 'critical' => 'Critical', 'high' => 'High', @@ -438,7 +437,4 @@ PHPCI', 'php_unit' => 'PHP Unit', 'php_cpd' => 'PHP Copy/Paste Detector', 'php_docblock_checker' => 'PHP Docblock Checker', - 'behat' => 'Behat', - 'technical_debt' => 'Technical Debt', - );