You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This patch incorporates feedback from #14, specifically:
- Reverts the addition of zend-session to the requirements; it's not
used anywhere.
- Reverts changes to `HttpTestMockAdapter`; they did not serve any
noticeable purpose.
- Updates `AbstractAdapter` to cast the `$options` value to an array
when scalar, ensuring it works with both v2 and v3 versions of
zend-servicemanager.
- Updated FilterPluginManager to:
- Move the `array_merge()` option before the call to the parent
constructor; this ensures any configuration passed at instantation
takes precedence.
- Use short array notation for the array passed to `array_merge()`.
- Document the constructor.
- Updated the `AbstractTest`
- Reverted the change to `testAdapterShouldAllowPullingFiltersByFile`;
it was changing the test to follow observed behavior instead of
updating the code to retain existing behavior.
- Fixed a number of CS issues with regards to multi-line arguments.
0 commit comments