ZF-11647: Zend tool removes last curly braces action
Description
Hi, Everytime time I am going to create a new action using zend tool(by netbeans). It removes last curly braces in the action above.
Before:
public function testeAction()
{
if(true){
}else{
}
}
After:
public function testeAction()
{
if(true){
}else{
}
public function teste2Action()
{
// action body
}
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-08-06T04:26:58.000+0000
Duplicates of ZF-11647