@@ -163,8 +163,8 @@ |
||
| 163 | 163 | */ |
| 164 | 164 | protected function checkIfInstalled() |
| 165 | 165 | { |
| 166 | - if (! Package::isInstalled($this->getPackageName())) { |
|
| 167 | - throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
|
| 166 | + if (!Package::isInstalled($this->getPackageName())) { |
|
| 167 | + throw new PackageNotLoadedException('You need to install the package '.$this->getPackageName().' to use this provider'); |
|
| 168 | 168 | } |
| 169 | 169 | } |
| 170 | 170 | |
@@ -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 | /* |