Completed
Pull Request — master (#369)
by Stefan
02:48
created
Components/ConnectFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      */
92 92
     private $connectGateway;
93 93
 
94
-    public function __construct($version='')
94
+    public function __construct($version = '')
95 95
     {
96 96
         $this->pluginVersion = $version;
97 97
     }
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
      */
255 255
     private function getSdkRoute($front)
256 256
     {
257
-        if (! $front->Router()) {
257
+        if (!$front->Router()) {
258 258
             return '';
259 259
         }
260 260
 
Please login to merge, or discard this patch.