From 3f2ad4bbcf29c3134226bc3a6b31c9d36ee6b552 Mon Sep 17 00:00:00 2001 From: prettysunflower Date: Mon, 7 Jul 2025 14:37:49 -0400 Subject: [PATCH] Added coding style (PER-CS 2.0.0) Signed-off-by: prettysunflower --- wp-plugin-base.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-plugin-base.php b/wp-plugin-base.php index 30a65e5..a6833ff 100644 --- a/wp-plugin-base.php +++ b/wp-plugin-base.php @@ -9,6 +9,7 @@ * Author: prettysunflower * Author URI: https://prettysunflower.moe/ * License: Public Domain + * Coding style: PER-CS 2.0.0 */ namespace wp_plugin_base;