From 0f3495743f3e012124eea592ccf6faa12a5f65fb Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Thu, 27 Oct 2016 00:30:22 +0100 Subject: [PATCH] Merge branch 'master' of https://github.com/koselig/library --- src/Proxy/WordpressDatabase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Proxy/WordpressDatabase.php b/src/Proxy/WordpressDatabase.php index 4e42bf1..3784a56 100644 --- a/src/Proxy/WordpressDatabase.php +++ b/src/Proxy/WordpressDatabase.php @@ -40,6 +40,7 @@ class WordpressDatabase extends wpdb * so we'll just pretend we're always connected to whatever is calling us. * * @param bool $allow_bail + * * @return bool */ public function check_connection($allow_bail = true) -- libgit2 1.7.2