Skip to content

psr2 option not work #7

@fred001

Description

@fred001

When i add [ let g:phpfmt_psr2 = 1 ] in .vimrc
The plugin will not work .
I found that reason is the finaly command will be
php /path/to/fmt.phar FILE --psr2
that is not work .
the correct command line should be

php /path/to/fmt.phar --psr2 FILE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions