Code Duplication    Length = 4-4 lines in 2 locations

src/Engines/Google.php 1 location

@@ 70-73 (lines=4) @@
67
68
            $results = Utils::sanitazeLinks($arrLinks);
69
70
            if (((count($results) == 0 && $body != 'repeat') && !$this->checkCaptcha($body))
71
                || (count($countProxyFail) == count($this->listOfVirginProxies))) {
72
                $exit = true;
73
            }
74
75
            $resultFinal = array_merge($resultFinal, $results);
76

src/Engines/Yandex.php 1 location

@@ 64-67 (lines=4) @@
61
62
            $results = Utils::sanitazeLinks($arrLinks);
63
64
            if (((count($results) == 0 && $body != 'repeat') && !$this->checkCaptcha($body))
65
                || (count($countProxyFail) == count($this->listOfVirginProxies))) {
66
                $exit = true;
67
            }
68
69
            $resultFinal = array_merge($resultFinal, $results);
70