style(legacy): php-cs-fixer upgrade
This commit is contained in:
parent
25fbf5cf32
commit
c28fe32cdc
13 changed files with 22 additions and 23 deletions
|
@ -170,7 +170,7 @@ class Rest_PodcastController extends Zend_Rest_Controller
|
|||
Application_Service_PodcastService::deletePodcastById($id);
|
||||
}
|
||||
|
||||
break;
|
||||
break;
|
||||
|
||||
case HttpRequestType::GET:
|
||||
$path = 'podcast/podcast.phtml';
|
||||
|
@ -181,7 +181,7 @@ class Rest_PodcastController extends Zend_Rest_Controller
|
|||
];
|
||||
}
|
||||
|
||||
break;
|
||||
break;
|
||||
}
|
||||
|
||||
$this->_helper->json->sendJson($responseBody);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue