Skip to content

Conversation

@jesstelford
Copy link

Will now correctly recognise functions written like:
function foo (
$bar,
$baz,
$boo
) {
With up to 9 parameters.

And class variables like so;
class Foo {
/**
* @var String
*/
private $bar = "Something";

    /**
     * @var Int
     */
    public $baz = 10;

    /**
     * @var Float
     */
    protected $boo = 0.123;

@jungejason
Copy link

This fix is great! It have been bothering me for a while.

@rayburgemeestre
Copy link
Contributor

I have zero control over vim-scripts/phpfolding.vim, it's just an autogenerated fake repository generated from vim.org. It seems I merged this manually at some point to 1.8. So consider this PR "MERGED" :)

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.

3 participants