Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

'create action' command fails on static::VALUE #105

Open
ma-si opened this issue Dec 3, 2014 · 0 comments
Open

'create action' command fails on static::VALUE #105

ma-si opened this issue Dec 3, 2014 · 0 comments

Comments

@ma-si
Copy link

ma-si commented Dec 3, 2014

starting from static::VALUE to end of method all is removed

$this->setParams(array(
            'type' => static::TYPE,
            'someValue' => $someValue,
        ));
        return $viewModel;

become

$this->setParams(array(
            'type' => 

and adding unnecessary double tab indent

    public function someMethod()
    {
        first line
                other lines
        last line
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant