@@ -192,7 +192,7 @@ |
||
192 | 192 | * No result found? |
193 | 193 | */ |
194 | 194 | if ($this->hasResult($resultRaw) !== true) { |
195 | - throw new NoResultFoundException('No result found for user agent: ' . $userAgent); |
|
195 | + throw new NoResultFoundException('No result found for user agent: '.$userAgent); |
|
196 | 196 | } |
197 | 197 | |
198 | 198 | /* |
@@ -295,7 +295,7 @@ |
||
295 | 295 | * No result found? |
296 | 296 | */ |
297 | 297 | if ($this->hasResult($dd) !== true) { |
298 | - throw new NoResultFoundException('No result found for user agent: ' . $userAgent); |
|
298 | + throw new NoResultFoundException('No result found for user agent: '.$userAgent); |
|
299 | 299 | } |
300 | 300 | |
301 | 301 | /* |
@@ -207,7 +207,7 @@ |
||
207 | 207 | * No result found? |
208 | 208 | */ |
209 | 209 | if ($this->hasResult($resultCache) !== true) { |
210 | - throw new NoResultFoundException('No result found for user agent: ' . $userAgent); |
|
210 | + throw new NoResultFoundException('No result found for user agent: '.$userAgent); |
|
211 | 211 | } |
212 | 212 | |
213 | 213 | /* |