Laminas Stratigility v1.0.1 Release Notes
Release Date: 2015-06-16 // over 8 years ago-
➕ Added
- zendframework/zend-stratigility#8 adds a
phpcs.xml
PHPCS configuration file, allowing execution of each ofphpcs
andphpcbf
without arguments.
🗄 Deprecated
- Nothing.
✂ Removed
- Nothing.
🛠 Fixed
- zendframework/zend-stratigility#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.
- zendframework/zend-stratigility#8 adds a