Code style fix

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-10-22 02:17:12 +04:00
parent f3b5ab5616
commit 1352b5ee79
13 changed files with 250 additions and 206 deletions

View File

@ -22,6 +22,6 @@
* @package local_webhooks
*/
defined( "MOODLE_INTERNAL" ) || die();
defined('MOODLE_INTERNAL') || die();
$functions = array();