Skip to content

v0.12.0

Compare
Choose a tag to compare
@gmazzap gmazzap released this 15 Apr 09:59
· 268 commits to version/2 since this release
  • 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