-
Notifications
You must be signed in to change notification settings - Fork 124
Fixed default short array value syntax error #72
Conversation
Updated the type array short value and added tests for both |
…ay() and short array when using array type
Fixed so namespaces syntax works on same lime as <?php
Looks like this pull request no longer merges cleanly, would you mind updating the conflicts via merging/rebasing master and then push up the changes? Thanks! |
…ay() and short array when using array type
Fixed. |
'name': 'variable.other.php' | ||
'4': | ||
'name': 'punctuation.definition.variable.php' | ||
'5': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this capture group just not be included (or make it a non-capturing group)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should not be included, since short array don't have array
before []
I just leave it empty. It can be changed to (?:)
but when removing the fifth row the =
get the array
type color. Should i change it to (?:)
?
Fixed default short array value syntax error
Thanks for fixing this 🌴 |
👍 |
This pull request will fix #64