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

Erro de sintaxe de array no php 7.4 #66

Open
innofreitas opened this issue Mar 30, 2020 · 1 comment
Open

Erro de sintaxe de array no php 7.4 #66

innofreitas opened this issue Mar 30, 2020 · 1 comment

Comments

@innofreitas
Copy link

Caso esteja usando o php 7.4 ocorre um um erro na linha 411 do arquivo src/JsonMapper, na função getFullNamespace qdo registra um pedido. Este erro ocorre pq no php 7.4 os arrays nao sao mais representados por {0} e sim por [0]. Eh so mudar q td funciona.

@thehappybug
Copy link

Upgrading to version 3.1.12 or later should fix this.

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

No branches or pull requests

2 participants