From 3445a66f5bff000edff2c0beeb75d7296ac9b787 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Fri, 28 Oct 2016 01:08:27 +0100 Subject: [PATCH] Applied fixes from StyleCI (#13) [ci skip] [skip ci] --- src/Proxy/WordpressDatabase.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Proxy/WordpressDatabase.php b/src/Proxy/WordpressDatabase.php index 4600467..6cf88b4 100644 --- a/src/Proxy/WordpressDatabase.php +++ b/src/Proxy/WordpressDatabase.php @@ -11,6 +11,7 @@ use wpdb; * to hold a single database connection, and for easier query debugging. * * @SuppressWarnings(PHPMD.CamelCaseMethodName) + * * @author Jordan Doyle */ class WordpressDatabase extends wpdb @@ -99,7 +100,7 @@ class WordpressDatabase extends wpdb $modes = array_change_key_case($modes, CASE_UPPER); - /** + /* * Filters the list of incompatible SQL modes to exclude. * * @since 3.9.0 -- libgit2 1.7.2