Test Failed
Push — master ( a68ccf...15771b )
by Dev
03:39
created
src/google/ExtractResults.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
         $result = [];
27 27
         foreach ($results as $r) {
28 28
             $title = $r->find('h3, [role=heading]', 0);
29
-            if ($title  && $r->find('a', 0)) {
29
+            if ($title && $r->find('a', 0)) {
30 30
                 $result[] = [
31 31
                     'type' => 'organic',
32 32
                     'title' => $this->normalizeTextFromGoogle($title->innertext),
Please login to merge, or discard this patch.