Skip to content

Fixed function folding#5

Merged
rayburgemeestre merged 1 commit intorayburgemeestre:masterfrom
crodas:patch-1
May 22, 2018
Merged

Fixed function folding#5
rayburgemeestre merged 1 commit intorayburgemeestre:masterfrom
crodas:patch-1

Conversation

@crodas
Copy link
Copy Markdown

@crodas crodas commented Apr 20, 2017

It would incorrectly fold if use a $function variable or word. The following code would be fold incorrectly.

foreach ( $foo as $function) {
}

This commit improves the function selector.

It would incorrectly fold if use a $function variable or word. The following code would be fold incorrectly.

```php
foreach ( $foo as $function) {
}
```

This commit improves the function selector.
@rayburgemeestre
Copy link
Copy Markdown
Owner

Great, Thanks. and sorry for being so slow, for some reason I never receive any e-mails for PR's

@rayburgemeestre rayburgemeestre merged commit 6023185 into rayburgemeestre:master May 22, 2018
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