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 #1 - Remove short array syntax for compatability with PHP 5.3 #3

Closed
wants to merge 1 commit into from
Closed

Conversation

babeard
Copy link

@babeard babeard commented May 17, 2013

If you are running PHP < 5.4, you will receive an "unexpected '['" error. Reverted back to array('key' => 'value') from the short array syntax ['key' => 'value']. Should now be 5.3 compatible. Note: I also initiated a pull request for JeffreyWay/Laravel-4-Generators repo to fix the same issue. As far as I can tell, it solves #1. Thanks!

@JeffreyWay JeffreyWay closed this Jun 27, 2013
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.

None yet

2 participants