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

Typo #5

Merged
merged 1 commit into from
Nov 23, 2016
Merged

Typo #5

merged 1 commit into from
Nov 23, 2016

Conversation

compwright
Copy link
Contributor

@compwright compwright commented Nov 23, 2016

Hotfix to v1.2.0. Not sure why this wasn't breaking before.

@ramsey
Copy link
Contributor

ramsey commented Nov 23, 2016

Is it breaking now?

Class names in PHP are not case-sensitive. For example, this works:

class Foo {}

$f1 = new FOO();
$f2 = new foo();

I'll merge in the PR because it corrects the case, according to our class naming scheme, but if something is breaking, it shouldn't be a result of the case sensitivity of the classes.

@ramsey ramsey merged commit 6503d39 into ShootProof:master Nov 23, 2016
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.

2 participants