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

API Standardise OperationResolver::resolve() #28

Merged
merged 1 commit into from
Dec 20, 2016

Conversation

tractorcow
Copy link
Contributor

API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup

API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
@helpfulrobot
Copy link

@tractorcow, thanks for your PR! By analyzing the blame information on this pull request, I identified @chillu and @wilr to be potential reviewers

@codecov-io
Copy link

codecov-io commented Dec 20, 2016

Current coverage is 83.86% (diff: 97.95%)

Merging #28 into master will increase coverage by 0.34%

@@             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          

Powered by Codecov. Last update 0cbffc9...2399db9

@@ -7,7 +7,7 @@
*
* @todo Validation support
*/
class MutationCreator extends FieldCreator
abstract class MutationCreator extends FieldCreator
Copy link
Member

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!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zomg..

@chillu chillu merged commit 467e2d7 into silverstripe:master Dec 20, 2016
@chillu chillu deleted the pulls/standardisation branch December 20, 2016 01:49
unclecheese pushed a commit that referenced this pull request Dec 20, 2016
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
unclecheese pushed a commit that referenced this pull request Dec 23, 2016
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
unclecheese pushed a commit that referenced this pull request Jan 11, 2017
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
unclecheese pushed a commit that referenced this pull request Jan 14, 2017
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
chillu pushed a commit that referenced this pull request Jan 15, 2017
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
tractorcow pushed a commit to open-sausages/silverstripe-graphql that referenced this pull request Jan 16, 2017
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
unclecheese pushed a commit that referenced this pull request Jan 18, 2017
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
unclecheese pushed a commit that referenced this pull request Jan 20, 2017
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
unclecheese pushed a commit that referenced this pull request Jan 20, 2017
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
unclecheese pushed a commit that referenced this pull request Jan 31, 2017
API PaginatedQueryCreator is abstract
PSR2 cleanup
PHPDoc cleanup
unclecheese pushed a commit to unclecheese/silverstripe-graphql that referenced this pull request Jan 27, 2021
…hange_icon

WIP Pulls/4.0/402 button alignment in actions toolbar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants