modules/sitemap/backend/controllers/DefaultController.php
Method beforeAction
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function beforeAction($action)
{
/* @var $postType \common\models\PostType */
/* @var $taxonomy \common\models\Taxonomy */
if (parent::beforeAction($action)) {