Skip to content
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

Merged
merged 6 commits into from
Apr 15, 2015
Merged

PresenceMessage decoding and tests + namespace/Composer rewrite #5

merged 6 commits into from
Apr 15, 2015

Conversation

bladeSk
Copy link
Contributor

@bladeSk bladeSk commented Apr 14, 2015

No description provided.

require_once dirname(__FILE__) . '/AuthMethod.php';
require_once dirname(__FILE__) . '/Channel.php';
use Ably\Exceptions\AblyException;
use Ably\Exceptions\AblyRequestException;
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@kouno
Copy link
Contributor

kouno commented Apr 14, 2015

Good job 👍.

Fix the spelling mistake and you are good to go.

@bladeSk
Copy link
Contributor Author

bladeSk commented Apr 15, 2015

Fixed.

kouno added a commit that referenced this pull request Apr 15, 2015
PresenceMessage decoding and tests + namespace/Composer rewrite
@kouno kouno merged commit 8a159af into ably:master Apr 15, 2015
@kouno
Copy link
Contributor

kouno commented Apr 15, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants