Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Dec 17, 2024
1 parent 02c8469 commit 6fe5671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/console/WinterSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fe5671

Please sign in to comment.