summaryrefslogtreecommitdiffstats
path: root/Core/Event
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Event')
-rw-r--r--Core/Event/AuthenticationEvent.php2
-rw-r--r--Core/Event/AuthenticationFailureEvent.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/Core/Event/AuthenticationEvent.php b/Core/Event/AuthenticationEvent.php
index 4c32b21..132cea9 100644
--- a/Core/Event/AuthenticationEvent.php
+++ b/Core/Event/AuthenticationEvent.php
@@ -32,4 +32,4 @@ class AuthenticationEvent extends Event
{
return $this->authenticationToken;
}
-} \ No newline at end of file
+}
diff --git a/Core/Event/AuthenticationFailureEvent.php b/Core/Event/AuthenticationFailureEvent.php
index 6518b69..6705fc9 100644
--- a/Core/Event/AuthenticationFailureEvent.php
+++ b/Core/Event/AuthenticationFailureEvent.php
@@ -34,4 +34,4 @@ class AuthenticationFailureEvent extends AuthenticationEvent
{
return $this->authenticationException;
}
-} \ No newline at end of file
+}