WPTT / WPThemeReview

PHP_CodeSniffer rules (sniffs) to enforce WordPress theme review coding conventions
MIT License
208 stars 38 forks source link

Ruleset: bug fix #186

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

Introduced by #182.

Sometimes things get confusing. This sniff is currently already part of WPCS, but is called WordPress.CodeAnalysis.EmptyStatement. The upstream PHPCS version for which the PR has been open for nine months so far, is called Generic.CodeAnalysis.EmptyPHPStatement.

My bad for getting the names mixed up ;-)

Fixes #185