-
-
Notifications
You must be signed in to change notification settings - Fork 598
Implemented notifications from github API #238
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
Conversation
lib/Github/Client.php
Outdated
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.
This is wrong. If it is in the Activity
subnamespace, it should be acess from an Api\Activity
API, not from the main client, to be consistent with the current architecture of the library
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.
Moved to namespace Api\Notification
see 300a091
lib/Github/Api/Notification.php
Outdated
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.
typehinting the interface means that it is not compatible with PHP 5.3 or 5.4
Tests are missing |
Added test and fixed PHP5.3 and 5.4 compatibility. |
lib/Github/Api/Notification.php
Outdated
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.
The a
should be removed here.
Implemented notifications from github API
No description provided.