Completed
Push — master ( c3670b...fb7155 )
by Freek
10:00 queued 07:42
created
src/Spatie/GoogleSearch/GoogleSearch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     {
87 87
         $propertyArray = $item->PageMap->xpath('DataObject[@type="'.$type.'"]/Attribute[@name="'.$attribute.'"]/@value');
88 88
 
89
-        if (! count($propertyArray)) {
89
+        if (!count($propertyArray)) {
90 90
             return '';
91 91
         }
92 92
 
Please login to merge, or discard this patch.