@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | |
109 | 109 | $total = $results->getTotalItems()->toNative(); |
110 | 110 | |
111 | - $this->logger->info('Search API reported ' . $total . ' results'); |
|
111 | + $this->logger->info('Search API reported '.$total.' results'); |
|
112 | 112 | |
113 | 113 | foreach ($results->getItems() as $item) { |
114 | 114 | $id = $item->getId(); |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | 'query_duplicate_event', |
124 | 124 | array( |
125 | 125 | 'query' => $query, |
126 | - 'error' => "Found duplicate offer {$id} on page {$currentPage}, " . |
|
126 | + 'error' => "Found duplicate offer {$id} on page {$currentPage}, ". |
|
127 | 127 | "occurred first time on page {$ids[$id]}.", |
128 | 128 | ) |
129 | 129 | ); |