Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher authored Nov 21, 2023
1 parent 4333d6e commit d308d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ Standard](https://github.com/alleyinteractive/alley-coding-standards) which is a
modified version of the [WordPress Coding
Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/).

One exception to this is unit tests which follow Alley Coding Standards but are
stored in PSR-4 compliant file paths. For example, a class file created with a
One exception to this are unit tests which follow Alley Coding Standards but are
stored in PSR-4-compliant file paths. For example, a class file created with a
file path of `src/feature/class-example.php` would have a unit test located at
`tests/Feature/ExampleTest.php`. Alley Coding Standards will be evolving to
embrace PSR-4 in the future for more of the codebase, but for now, this exception
Expand Down

0 comments on commit d308d46

Please sign in to comment.