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

fixed typo in custom parameters example #52

Merged
merged 1 commit into from
Jan 16, 2016
Merged

fixed typo in custom parameters example #52

merged 1 commit into from
Jan 16, 2016

Conversation

McMillanThomas
Copy link
Contributor

$hash is an undefined variable and produces an error.
Changed $hash to $id, like in the first example, to fix the problem.

line 74 $numbers = $hashids->decode($hash) produces an error: undefined variable.
Changed the variable to $id, like in the first example, fixes the problem.
@McMillanThomas McMillanThomas changed the title fixed typo in custom perameters example fixed typo in custom parameters example Jan 1, 2016
@vinkla
Copy link
Owner

vinkla commented Jan 14, 2016

LGTM 👍

jd327 pushed a commit that referenced this pull request Jan 16, 2016
fixed typo in custom parameters example
@jd327 jd327 merged commit 9743fd0 into vinkla:master Jan 16, 2016
@jd327
Copy link
Collaborator

jd327 commented Jan 16, 2016

Good catch, thank you.

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.

3 participants