diff --git a/Moosh/Command/Generic/Language/LanguageCompare.php b/Moosh/Command/Generic/Language/LanguageCompare.php index 688e29a5..d61f26af 100644 --- a/Moosh/Command/Generic/Language/LanguageCompare.php +++ b/Moosh/Command/Generic/Language/LanguageCompare.php @@ -7,7 +7,6 @@ */ namespace Moosh\Command\Generic\Language; -use function Composer\Autoload\includeFile; use Moosh\MooshCommand; class LanguageCompare extends MooshCommand diff --git a/Moosh/Command/Moodle31/Report/ReportConcurrency.php b/Moosh/Command/Moodle31/Report/ReportConcurrency.php index 2752ecdc..ae9b82aa 100644 --- a/Moosh/Command/Moodle31/Report/ReportConcurrency.php +++ b/Moosh/Command/Moodle31/Report/ReportConcurrency.php @@ -220,7 +220,7 @@ public function execute() { * Week day number 1-7 to name (Monday-Sunday). * @param $number */ - private function week_day_name($number) : string { + private function week_day_name($number) { switch($number) { case 1: return 'Monday'; @@ -347,4 +347,4 @@ public function get_stats() { return $stats; } -} \ No newline at end of file +} diff --git a/moosh.php b/moosh.php index 36c8838f..53be6036 100755 --- a/moosh.php +++ b/moosh.php @@ -37,7 +37,7 @@ @error_reporting(E_ALL | E_STRICT); @ini_set('display_errors', '1'); -define('MOOSH_VERSION', '0.28'); +define('MOOSH_VERSION', '0.29'); define('MOODLE_INTERNAL', true); $appspecs = new OptionCollection;