starting from `static::VALUE` to end of method all is removed ``` php $this->setParams(array( 'type' => static::TYPE, 'someValue' => $someValue, )); return $viewModel; ``` become ``` php $this->setParams(array( 'type' => ``` and adding unnecessary double tab indent ``` php public function someMethod() { first line other lines last line } ```
starting from
static::VALUEto end of method all is removedbecome
and adding unnecessary double tab indent