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

Does not enforce comma on the last line of array #23

Closed
trylika opened this issue Dec 3, 2014 · 0 comments · Fixed by #28
Closed

Does not enforce comma on the last line of array #23

trylika opened this issue Dec 3, 2014 · 0 comments · Fixed by #28
Labels

Comments

@trylika
Copy link
Contributor

trylika commented Dec 3, 2014

        $data1 = [
            'test1' => 1,
            'test12' => 12,
            'nested2' => [5, 4]
        ];

Comma after last element is required, but not reported by pngr strict standard

@trylika trylika changed the title should report error, but doesn't mising comma in array Dec 3, 2014
@tautrimas tautrimas changed the title mising comma in array Does not enforce comma on the last line of array Dec 5, 2014
@GrandLTU GrandLTU self-assigned this Dec 9, 2014
@GrandLTU GrandLTU added go and removed steady labels Dec 9, 2014
@GrandLTU GrandLTU added qa and removed go labels Dec 9, 2014
@gimikus gimikus removed the qa label Dec 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants