pusher-http-php
pusher-http-php copied to clipboard
Update interface with new methods and remove duplicated docs
Description
- interface updates: new methods, adds a variety of methods to the interface that have been added since the interface was introduced.
- Removed documentation from
Pusherclass. Documentation is implied when inherited from interface.
For the most part, this PR is just a bunch of move/copy-paste.
CHANGELOG
- [CHANGED] Added newly introduced methods to
Pusherinterface.
Perhaps, do the maintainers of this project consider the missing methods from the interface intentional?
Should implementors of the interface be required to add these methods?
Other ideas:
- Wait for a new major
- Add new methods to interface as
@methodinstead, at least in the interim. - I think the doc removals from
Pusherclass could happen immediately.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you.