From 68a93ff01ce8bd6934a39dd573d11488ae3c6059 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 6 Oct 2014 13:37:01 +0200 Subject: [PATCH] Remove trailing whitespace. --- src/FluxBB/Auth/AuthenticatorInterface.php | 2 +- src/FluxBB/Integration/Laravel/Authenticator.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FluxBB/Auth/AuthenticatorInterface.php b/src/FluxBB/Auth/AuthenticatorInterface.php index dda5008..4e29d0a 100644 --- a/src/FluxBB/Auth/AuthenticatorInterface.php +++ b/src/FluxBB/Auth/AuthenticatorInterface.php @@ -7,4 +7,4 @@ interface AuthenticatorInterface public function login(array $credentials, $remember = false); public function logout(); -} +} diff --git a/src/FluxBB/Integration/Laravel/Authenticator.php b/src/FluxBB/Integration/Laravel/Authenticator.php index 97196c5..fc8690a 100644 --- a/src/FluxBB/Integration/Laravel/Authenticator.php +++ b/src/FluxBB/Integration/Laravel/Authenticator.php @@ -24,4 +24,4 @@ public function logout() { $this->auth->logout(); } -} +}