| @@ -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 | } | 
| @@ -51,7 +51,7 @@ | ||
| 51 | 51 | |
| 52 | 52 | public function __construct() | 
| 53 | 53 |      { | 
| 54 | -        if (! class_exists('DeviceDetector\Cache\StaticCache', true)) { | |
| 54 | +        if (!class_exists('DeviceDetector\Cache\StaticCache', true)) { | |
| 55 | 55 |              throw new Exception\PackageNotLoaded('You need to install ' . $this->getComposerPackageName() . ' to use this provider'); | 
| 56 | 56 | } | 
| 57 | 57 | } | 
| @@ -66,7 +66,7 @@ | ||
| 66 | 66 | |
| 67 | 67 | public function __construct() | 
| 68 | 68 |      { | 
| 69 | -        if (! class_exists('Sinergi\BrowserDetector\UserAgent', true)) { | |
| 69 | +        if (!class_exists('Sinergi\BrowserDetector\UserAgent', true)) { | |
| 70 | 70 |              throw new Exception\PackageNotLoaded('You need to install ' . $this->getComposerPackageName() . ' to use this provider'); | 
| 71 | 71 | } | 
| 72 | 72 | } | 
| @@ -47,7 +47,7 @@ | ||
| 47 | 47 | |
| 48 | 48 | public function __construct() | 
| 49 | 49 |      { | 
| 50 | -        if (! class_exists('UAParser\Parser', true)) { | |
| 50 | +        if (!class_exists('UAParser\Parser', true)) { | |
| 51 | 51 |              throw new Exception\PackageNotLoaded('You need to install ' . $this->getComposerPackageName() . ' to use this provider'); | 
| 52 | 52 | } | 
| 53 | 53 | } | 
| @@ -48,7 +48,7 @@ | ||
| 48 | 48 | |
| 49 | 49 | public function __construct() | 
| 50 | 50 |      { | 
| 51 | -        if (! class_exists('WhichBrowser\Parser', true)) { | |
| 51 | +        if (!class_exists('WhichBrowser\Parser', true)) { | |
| 52 | 52 |              throw new Exception\PackageNotLoaded('You need to install ' . $this->getComposerPackageName() . ' to use this provider'); | 
| 53 | 53 | } | 
| 54 | 54 | } | 
| @@ -48,7 +48,7 @@ | ||
| 48 | 48 | |
| 49 | 49 | public function __construct() | 
| 50 | 50 |      { | 
| 51 | -        if (! class_exists('Woothee\Classifier', true)) { | |
| 51 | +        if (!class_exists('Woothee\Classifier', true)) { | |
| 52 | 52 |              throw new Exception\PackageNotLoaded('You need to install ' . $this->getComposerPackageName() . ' to use this provider'); | 
| 53 | 53 | } | 
| 54 | 54 | } | 
| @@ -48,7 +48,7 @@ | ||
| 48 | 48 | |
| 49 | 49 | public function __construct() | 
| 50 | 50 |      { | 
| 51 | -        if (! class_exists('UAParser\UAParser', true)) { | |
| 51 | +        if (!class_exists('UAParser\UAParser', true)) { | |
| 52 | 52 |              throw new Exception\PackageNotLoaded('You need to install ' . $this->getComposerPackageName() . ' to use this provider'); | 
| 53 | 53 | } | 
| 54 | 54 | } |