Skip to content

Commit

Permalink
slight edit to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Jun 30, 2024
1 parent 0f6ac0a commit 93f0ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The CI process will sniff the code to make sure it complies with WordPress codin

phpcs and the [WordPress Coding Standards for PHP_CodeSniffer](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards) come as part of the Lando install and are installed in the vendor directory by composer. phpcs can be run on the command line using `lando phpcs` and phpcbf using `lando phpcbf`. Both commands are setup to use WordPress Coding Standards and to run on the `wp-content/themes/` directory.

It's even more convenient to [install into your text editor](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards#using-phpcs-and-wpcs-from-within-your-ide).
It's even more convenient to [install into your text editor](https://github.com/WordPress/WordPress-Coding-Standards/wiki).

Since the lfeventsci repo includes phpcs via composer, your text editor should use that version of the binary even though you may have phpcs installed system-wide.

Expand Down

0 comments on commit 93f0ca5

Please sign in to comment.