@@ -107,7 +107,7 @@ discard block |
||
| 107 | 107 | { |
| 108 | 108 | $apiClass = $this->getApiClassName($name); |
| 109 | 109 | |
| 110 | - if (! (new \ReflectionClass($apiClass))->isInstantiable()) { |
|
| 110 | + if (!(new \ReflectionClass($apiClass))->isInstantiable()) { |
|
| 111 | 111 | throw new HubSpotException("Target [$apiClass] is not instantiable."); |
| 112 | 112 | } |
| 113 | 113 | |
@@ -122,6 +122,6 @@ discard block |
||
| 122 | 122 | */ |
| 123 | 123 | protected function getApiClassName($name) |
| 124 | 124 | { |
| 125 | - return 'Fungku\\HubSpot\\Api\\' . ucfirst($name); |
|
| 125 | + return 'Fungku\\HubSpot\\Api\\'.ucfirst($name); |
|
| 126 | 126 | } |
| 127 | 127 | } |