From 2300e338c87664bd55d237af01a95fc61625ed15 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 26 Oct 2018 12:30:51 +1300 Subject: [PATCH] PHPDoc guidline fix. --- classes/event/session_ip_shared.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/classes/event/session_ip_shared.php b/classes/event/session_ip_shared.php index 8d71dca..e2e526f 100644 --- a/classes/event/session_ip_shared.php +++ b/classes/event/session_ip_shared.php @@ -15,8 +15,7 @@ // along with Moodle. If not, see . /** - * This file contains an event for when self-marking is blocked because - * another student used the same IP address to self-mark. + * Event for when self-marking is blocked because another student used the same IP address to self-mark. * * @package mod_attendance * @author Dan Marsden