style(legacy): force semicolon on same line (#1534)
This commit is contained in:
parent
522d989cab
commit
8569af9328
85 changed files with 396 additions and 789 deletions
|
@ -9,8 +9,7 @@ class WebstreamController extends Zend_Controller_Action
|
|||
->addActionContext('save', 'json')
|
||||
->addActionContext('edit', 'json')
|
||||
->addActionContext('delete', 'json')
|
||||
->initContext()
|
||||
;
|
||||
->initContext();
|
||||
}
|
||||
|
||||
public function newAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue