Skip to content
Snippets Groups Projects
Commit 4c2bd09a authored by Jared Hancock's avatar Jared Hancock
Browse files

lint: Add stub for Memcache class

parent 9ae01bf2
No related branches found
No related tags found
No related merge requests found
...@@ -126,4 +126,12 @@ class SqlFunction { ...@@ -126,4 +126,12 @@ class SqlFunction {
class Aws_Route53_Client { class Aws_Route53_Client {
function changeResourceRecordSets() {} function changeResourceRecordSets() {}
} }
class Memcache {
function addServer() {}
function pconnect() {}
function replace() {}
function set() {}
function get() {}
}
?> ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment