v0.12.0
- Fix bug in
Psr4Sniff
when class has no namespace. - Allow @wp-hook ignore of return type for private and protected methods
- Only check public accessors (by default)
- Fix bug in checking return type (See #14)
- Allow filters callbacks to return
null
on purpose