Passed
Push — master ( 86de2c...0deb8f )
by Goffy
03:37
created
class/Github/Github.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -231,7 +231,7 @@
 block discarded – undo
231 231
         }
232 232
 
233 233
         if (0 == \count($setting)) {
234
-            \redirect_header(\XOOPS_URL . '/index.php', 3, \_AM_WGGITHUB_THEREARENT_SETTINGS);
234
+            \redirect_header(\XOOPS_URL.'/index.php', 3, \_AM_WGGITHUB_THEREARENT_SETTINGS);
235 235
         }
236 236
         $this->userAuth = $setting['user'];
237 237
         $this->tokenAuth = $setting['token'];
Please login to merge, or discard this patch.