| @@ -74,7 +74,7 @@ | ||
| 74 | 74 | */ | 
| 75 | 75 | public function __construct() | 
| 76 | 76 |      { | 
| 77 | -        if (! class_exists('\WhichBrowser\Parser', true)) { | |
| 77 | +        if (!class_exists('\WhichBrowser\Parser', true)) { | |
| 78 | 78 |              throw new PackageNotLoadedException('You need to install ' . $this->getHomepage() . ' to use this provider'); | 
| 79 | 79 | } | 
| 80 | 80 | } | 
| @@ -74,7 +74,7 @@ | ||
| 74 | 74 | */ | 
| 75 | 75 | public function __construct() | 
| 76 | 76 |      { | 
| 77 | -        if (! class_exists('\Woothee\Classifier', true)) { | |
| 77 | +        if (!class_exists('\Woothee\Classifier', true)) { | |
| 78 | 78 |              throw new PackageNotLoadedException('You need to install ' . $this->getHomepage() . ' to use this provider'); | 
| 79 | 79 | } | 
| 80 | 80 | } | 
| @@ -78,7 +78,7 @@ | ||
| 78 | 78 | */ | 
| 79 | 79 | public function __construct(DeviceDetector $parser = null) | 
| 80 | 80 |      { | 
| 81 | -        if (! class_exists('\DeviceDetector\Cache\StaticCache', true)) { | |
| 81 | +        if (!class_exists('\DeviceDetector\Cache\StaticCache', true)) { | |
| 82 | 82 |              throw new PackageNotLoadedException('You need to install ' . $this->getHomepage() . ' to use this provider'); | 
| 83 | 83 | } | 
| 84 | 84 | |
| @@ -92,7 +92,7 @@ | ||
| 92 | 92 | */ | 
| 93 | 93 | public function __construct() | 
| 94 | 94 |      { | 
| 95 | -        if (! class_exists('\Sinergi\BrowserDetector\UserAgent', true)) { | |
| 95 | +        if (!class_exists('\Sinergi\BrowserDetector\UserAgent', true)) { | |
| 96 | 96 |              throw new PackageNotLoadedException('You need to install ' . $this->getHomepage() . ' to use this provider'); | 
| 97 | 97 | } | 
| 98 | 98 | } | 
| @@ -74,7 +74,7 @@ | ||
| 74 | 74 | */ | 
| 75 | 75 | public function __construct(Parser $parser = null) | 
| 76 | 76 |      { | 
| 77 | -        if (! class_exists('\UAParser\Parser', true)) { | |
| 77 | +        if (!class_exists('\UAParser\Parser', true)) { | |
| 78 | 78 |              throw new PackageNotLoadedException('You need to install ' . $this->getHomepage() . ' to use this provider'); | 
| 79 | 79 | } | 
| 80 | 80 | |