]> git.wh0rd.org - tt-rss.git/blobdiff - classes/auth/base.php
fix various issues reported by static analysis
[tt-rss.git] / classes / auth / base.php
index 69acd0985c6ceb87a173eafa2983a411589a07ff..26b6e4ab7bd120f96c28fb04e87d987dc06bf45c 100644 (file)
@@ -6,10 +6,16 @@ class Auth_Base {
                $this->dbh = Db::get();
        }
 
+       /**
+        * @SuppressWarnings(unused)
+        */
        function check_password($owner_uid, $password) {
                return false;
        }
 
+       /**
+        * @SuppressWarnings(unused)
+        */
        function authenticate($login, $password) {
                return false;
        }