-
Notifications
You must be signed in to change notification settings - Fork 61
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
API Standardise OperationResolver::resolve() #28
API Standardise OperationResolver::resolve() #28
Conversation
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
@tractorcow, thanks for your PR! By analyzing the blame information on this pull request, I identified @chillu and @wilr to be potential reviewers |
Current coverage is 83.86% (diff: 97.95%)@@ master #28 diff @@
==========================================
Files 13 13
Lines 443 440 -3
Methods 74 73 -1
Messages 0 0
Branches 0 0
==========================================
- Hits 370 369 -1
+ Misses 73 71 -2
Partials 0 0
|
@@ -7,7 +7,7 @@ | |||
* | |||
* @todo Validation support | |||
*/ | |||
class MutationCreator extends FieldCreator | |||
abstract class MutationCreator extends FieldCreator |
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.
I was buggedby that as well, but assumed you couldn't declare a subclass of a concrete class as abstract - turns out you can!
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.
zomg..
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
API PaginatedQueryCreator is abstract PSR2 cleanup PHPDoc cleanup
…hange_icon WIP Pulls/4.0/402 button alignment in actions toolbar
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup