Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Insight] PHP code should not contain unreachable code - in Bundle/…/BaseWidgetContentResolver.php, line 111 #113

Closed
talbotseb opened this issue Jun 2, 2015 · 0 comments

Comments

@talbotseb
Copy link

in Bundle/WidgetBundle/Resolver/BaseWidgetContentResolver.php, line 111

This code is unreachable.

        // Filter only visibleOnFront
        return $queryBuilder->andWhere('main_item.visibleOnFront = true');

        //add the query of the widget
        return $queryHelper->buildWithSubQuery($widget, $itemsQueryBuilder);
    }

    protected function populateParametersWithWidgetFields(Widget $widget, $entity, &$parameters)
    {
        $fields = $widget->getFields();

Posted from SensioLabsInsight

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant