serp-spider/search-engine-google

View on GitHub
src/Parser/Evaluated/Rule/Natural/Classical/ClassicalCardsResultO9g5cc.php

Summary

Maintainability
A
1 hr
Test Coverage

Method parseNode has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function parseNode(GoogleDom $dom, DomNodeInterface $node)
    {
        return [
            'title' => function () use ($dom, $node) {
                return $dom

    There are no issues that match your filters.

    Category
    Status