@@ -96,8 +96,8 @@ discard block |
||
96 | 96 | */ |
97 | 97 | public function __construct() |
98 | 98 | { |
99 | - if (! file_exists('vendor/' . $this->getPackageName() . '/composer.json')) { |
|
100 | - throw new PackageNotLoadedException('You need to install the package ' . $this->getPackageName() . ' to use this provider'); |
|
99 | + if (!file_exists('vendor/'.$this->getPackageName().'/composer.json')) { |
|
100 | + throw new PackageNotLoadedException('You need to install the package '.$this->getPackageName().' to use this provider'); |
|
101 | 101 | } |
102 | 102 | } |
103 | 103 | |
@@ -201,7 +201,7 @@ discard block |
||
201 | 201 | * No result found? |
202 | 202 | */ |
203 | 203 | if ($this->hasResult($resultRaw) !== true) { |
204 | - throw new NoResultFoundException('No result found for user agent: ' . $userAgent); |
|
204 | + throw new NoResultFoundException('No result found for user agent: '.$userAgent); |
|
205 | 205 | } |
206 | 206 | |
207 | 207 | /* |