Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Stratigility 1.0.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 25 Jun 15:12
· 778 commits to master since this release

Added

  • #8 adds a phpcs.xml PHPCS configuration file, allowing execution of each of phpcs and phpcbf without arguments.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #7 ensures that arity checks on PHP callables in array format ([$instance, $method], ['ClassName', 'method']) work, as well as on static methods using the string syntax ('ClassName::method'). This allows them to be used without issue as middleware handlers.