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

Util.php: fixed string concatenation (+ => .) #16

Merged
merged 7 commits into from
Nov 27, 2017
Merged

Util.php: fixed string concatenation (+ => .) #16

merged 7 commits into from
Nov 27, 2017

Conversation

k00ni
Copy link
Collaborator

@k00ni k00ni commented Nov 14, 2017

if you use + in PHP it actually tries to sum up things, not combine them. Use . instead.

pietercolpaert and others added 7 commits April 17, 2017 22:04
Hardf Parser and Writer functions
Fix small typo in syntax
Because PHP can't found a class named `Error` in this repository. I guess, its from JavaScript and the developers meant `\Exception`.
Replaced Error with \Exception
if you use `+` in PHP it actually tries to sum up things, not combine them. Use `.` instead.
@pietercolpaert
Copy link
Owner

Thanks!

@pietercolpaert pietercolpaert merged commit b8bd640 into pietercolpaert:development Nov 27, 2017
@k00ni k00ni deleted the patch-1 branch November 28, 2017 09:16
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