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

Fix: Participation vs. partecipation #22

Merged
merged 2 commits into from Mar 6, 2015

Conversation

localheinz
Copy link
Contributor

Instead of

GET /repos/:owner/:repo/stats/partecipation

it should be

GET /repos/:owner/:repo/stats/participation

See https://developer.github.com/v3/repos/statistics/#participation.


/**
* @deprecated
*
* @param string $owner
* @param string $repo
* @return string
*/
public function partecipation($owner, $repo)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure if this is needed anymore, but leaving it here for BC.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.21%) when pulling b2dbfd8 on localheinz:fix/participation into 0e66a56 on EvanDotPro:master.

@EvanDotPro
Copy link
Owner

I highly doubt anyone was using the broken method name, so we don't need to worry about the BC break here.

@EvanDotPro EvanDotPro assigned gianarb and unassigned EvanDotPro Mar 5, 2015
@gianarb
Copy link
Collaborator

gianarb commented Mar 5, 2015

Ok thanks for this feedback! 👍

@gianarb
Copy link
Collaborator

gianarb commented Mar 6, 2015

@localheinz rebase please :)

Thanks!

@localheinz localheinz force-pushed the fix/participation branch 2 times, most recently from c5cbc9f to c1a9f44 Compare March 6, 2015 13:47
@localheinz
Copy link
Contributor Author

@gianarb

There you are!

gianarb pushed a commit that referenced this pull request Mar 6, 2015
Fix: Participation vs. partecipation
@gianarb gianarb merged commit 6fdb8f2 into EvanDotPro:master Mar 6, 2015
@gianarb
Copy link
Collaborator

gianarb commented Mar 6, 2015

Thanks @localheinz !!!

@localheinz
Copy link
Contributor Author

@gianarb

You're welcome!

@localheinz localheinz deleted the fix/participation branch March 6, 2015 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants