🏡 index : ~doyle/koselig.git

author Jordan Doyle <w4@users.noreply.github.com> 2016-10-28 0:08:27.0 +00:00:00
committer GitHub <noreply@github.com> 2016-10-28 0:08:27.0 +00:00:00
commit
3445a66f5bff000edff2c0beeb75d7296ac9b787 [patch]
tree
a9ca695656a959b5b7456eab3c999b811243dd26
parent
2bf24d12a22a48f872738aa703146fc629c07995
download
3445a66f5bff000edff2c0beeb75d7296ac9b787.tar.gz

Applied fixes from StyleCI (#13)

[ci skip] [skip ci]

Diff

 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 <jordan@doyle.wf>
 */
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