From 9491959c17fb765ccd6c691828521c263e6d6a02 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 16 Jul 2022 15:08:15 -0700
Subject: [PATCH] PHPCS

---
 .gitlab-ci.yml                    | 5 +----
 wp-redis-user-session-storage.php | 3 ++-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19f1490..81fe12d 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,2 @@
 include:
-  - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/variables.yml
-  - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/cache.yml
-  - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/before-script-redis.yml
-  - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/templates/matrix-redis.yml
+  - remote: https://git-cdn.e15r.co/gitlab/ci/wordpress/-/raw/main/plugins/default-redis.yml
diff --git a/wp-redis-user-session-storage.php b/wp-redis-user-session-storage.php
index 1ff3d1d..bdc11c1 100644
--- a/wp-redis-user-session-storage.php
+++ b/wp-redis-user-session-storage.php
@@ -59,7 +59,8 @@ function load() {
 
 	new Activation_Deactivation_Hooks( __FILE__ );
 
-	add_action( 'plugins_loaded',
+	add_action(
+		'plugins_loaded',
 		__NAMESPACE__ . '\action_plugins_loaded'
 	);
 
-- 
GitLab