-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PresenceMessage decoding and tests + namespace/Composer rewrite #5
Conversation
require_once dirname(__FILE__) . '/AuthMethod.php'; | ||
require_once dirname(__FILE__) . '/Channel.php'; | ||
use Ably\Exceptions\AblyException; | ||
use Ably\Exceptions\AblyRequestException; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I suppose these classes are now automatically loaded. Is that a default PHP behavior?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kouno yep. It's the default behavior for Composer projects and pretty much every modern library or framework is using Composer.
Good job 👍. Fix the spelling mistake and you are good to go. |
Fixed. |
PresenceMessage decoding and tests + namespace/Composer rewrite
Thanks! |
No description provided.