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

changes the [] arrays to array() as it does not work in php 5.3 #62

Merged
merged 1 commit into from
May 2, 2017

Conversation

burgoyn1
Copy link
Contributor

@burgoyn1 burgoyn1 commented May 2, 2017

In php 5.3 you can not use []. This changes the two times [] is used to array() to make it work with 5.3.

"As of PHP 5.4 you can also use the short array syntax, which replaces array() with []."

@jschroed91
Copy link
Member

Resolves #61

@jschroed91 jschroed91 merged commit 9b115a8 into caxy:master May 2, 2017
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