From 6fe56713c29abb1331acfbf4c04bb51c7bbbeaf0 Mon Sep 17 00:00:00 2001 From: Luke Towers Date: Tue, 17 Dec 2024 17:18:36 -0600 Subject: [PATCH] Typo fix --- modules/system/console/WinterSniff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/console/WinterSniff.php b/modules/system/console/WinterSniff.php index a22f7d0bd..163918c61 100644 --- a/modules/system/console/WinterSniff.php +++ b/modules/system/console/WinterSniff.php @@ -11,7 +11,7 @@ /** * Console command to check code style and formatting issues. * - * If a plugin is provided, this command will search for a `phpcs.xml file inside the plugin's directory. If not found, + * If a plugin is provided, this command will search for a `phpcs.xml` file inside the plugin's directory. If not found, * the user will be prompted to create one if they wish. */ class WinterSniff extends BaseScaffoldCommand