From a395f81fb4ac88fdec81f05c085c430012386920 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Mon, 6 Jun 2022 20:35:12 -0700
Subject: [PATCH] PHPCS

---
 eth-simple-shortlinks.php | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/eth-simple-shortlinks.php b/eth-simple-shortlinks.php
index cbd35ca..054faa7 100644
--- a/eth-simple-shortlinks.php
+++ b/eth-simple-shortlinks.php
@@ -1,6 +1,11 @@
 <?php
 /**
  * Load ETH Simple Shortlinks.
+ *
+ * @package ETH_Simple_Shortlinks
+ */
+
+/**
  *
  * Plugin Name: ETH Simple Shortlinks
  * Plugin URI: https://ethitter.com/plugins/
@@ -11,8 +16,6 @@
  * Text Domain: eth_simple_shortlinks
  * Domain Path: /languages/
  *
- * @package ETH_Simple_Shortlinks
- *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
-- 
GitLab