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

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

@ma-si

Description

@ma-si

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
    }

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