From e654b3c106c8a4e24e3dd894fe218c3384b1a907 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Thu, 27 Oct 2016 00:28:49 +0100 Subject: [PATCH] Applied fixes from StyleCI (#12) [ci skip] [skip ci] --- src/Proxy/WordpressDatabase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Proxy/WordpressDatabase.php b/src/Proxy/WordpressDatabase.php index 1a9b3a9..835e04c 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