@@ -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 | /* |
@@ -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 | /* |
@@ -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 | /* |