@@ -40,7 +40,7 @@ |
||
40 | 40 | |
41 | 41 | public function __construct() |
42 | 42 | { |
43 | - if (! function_exists('parse_user_agent')) { |
|
43 | + if (!function_exists('parse_user_agent')) { |
|
44 | 44 | throw new Exception\PackageNotLoaded('You need to install ' . $this->getComposerPackageName() . ' to use this provider'); |
45 | 45 | } |
46 | 46 | } |