Completed
Pull Request — master (#44)
by
unknown
02:31
created
src/HubSpotService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.