From 8abe2bee335a2c852dc70e9ef470efc9a18a055a Mon Sep 17 00:00:00 2001 From: a-sansara Date: Wed, 15 Mar 2017 00:26:27 +0100 Subject: [PATCH] add comment for subclassing Authentication class --- src/MetaTech/Silex/Ws/Authentication.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/MetaTech/Silex/Ws/Authentication.php b/src/MetaTech/Silex/Ws/Authentication.php index 3a2b2db..854c69a 100644 --- a/src/MetaTech/Silex/Ws/Authentication.php +++ b/src/MetaTech/Silex/Ws/Authentication.php @@ -77,6 +77,7 @@ class Authentication */ public function checkUser($login, $password, $key) { + // implements with userProvider on subclasse return true; }