We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ee496 commit e843eb0Copy full SHA for e843eb0
CHANGELOG.md
@@ -1,8 +1,10 @@
1
# Changelog
2
3
## Not released
4
-- `ReturnTypeDeclarationSniff` skipped for hook callbacks
+- Missing return type waring from `ReturnTypeDeclarationSniff` skipped for hook callbacks.
5
- Fixed a bug in return counting in helper class that affected few sniffs.
6
+- Add several "Generic" and "Squiz" rules.
7
+- Add `DisallowShortOpenTagSniff` that extends the generic sniff allowing short echo.
8
9
## 0.5.1
10
- `ArgumentTypeDeclarationSniff` also skip function and methods that declare `@wp-hook` doc param.
0 commit comments