@@ -17,7 +17,7 @@ |
||
| 17 | 17 | */ |
| 18 | 18 | public function createPlugin(array $config = []): Plugin |
| 19 | 19 | { |
| 20 | - if (! class_exists(ReplayPlugin::class)) { |
|
| 20 | + if (!class_exists(ReplayPlugin::class)) { |
|
| 21 | 21 | throw new LogicException('To use the vcr replay plugin you need to install the "php-http/vcr-plugin" package.'); |
| 22 | 22 | } |
| 23 | 23 | |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | */ |
| 28 | 28 | public function createPlugin(array $config = []): Plugin |
| 29 | 29 | { |
| 30 | - if (! class_exists(CachePlugin::class)) { |
|
| 30 | + if (!class_exists(CachePlugin::class)) { |
|
| 31 | 31 | throw new \LogicException('To use the logger plugin you need to install the "php-http/logger-plugin" package.'); |
| 32 | 32 | } |
| 33 | 33 | |