Fix issues for phpdoc check

Get rid of ci for moodle 37,38
This commit is contained in:
John Yao
2021-02-15 17:00:50 +11:00
parent def6e997a9
commit 116467429e
27 changed files with 150 additions and 34 deletions

View File

@@ -26,7 +26,9 @@
use auth_outage\dml\outagedb;
define('NO_MOODLE_COOKIES', true);
// @codingStandardsIgnoreStart
header('Cache-Control: public, max-age=10,s-maxage=10');
// @codingStandardsIgnoreEnd
define('NO_AUTH_OUTAGE', true);
require_once(__DIR__.'/../../config.php');