GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — 2.9 ( 08eda0...69b3a9 )
by Thorsten
13:40
created
phpmyfaq/index.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -454,8 +454,8 @@  discard block
 block discarded – undo
454 454
     $users = $faqsession->getUsersOnline();
455 455
     $totUsers = $users[0] + $users[1];
456 456
     $usersOnline = $plr->getMsg('plmsgUserOnline', $totUsers).' | '.
457
-                   $plr->getMsg('plmsgGuestOnline', $users[0]).
458
-                   $plr->getMsg('plmsgRegisteredOnline', $users[1]);
457
+                    $plr->getMsg('plmsgGuestOnline', $users[0]).
458
+                    $plr->getMsg('plmsgRegisteredOnline', $users[1]);
459 459
 } else {
460 460
     $usersOnline = '';
461 461
 }
@@ -509,7 +509,7 @@  discard block
 block discarded – undo
509 509
     'switchLanguages' => PMF_Language::selectLanguages($LANGCODE, true),
510 510
     'userOnline' => $usersOnline,
511 511
     'copyright' => 'powered by <a href="https://www.phpmyfaq.de" target="_blank">phpMyFAQ</a> '.
512
-                              $faqConfig->get('main.currentVersion'),
512
+                                $faqConfig->get('main.currentVersion'),
513 513
     'registerUser' => $faqConfig->get('security.enableRegistration') ? '<a href="?action=register">'.$PMF_LANG['msgRegistration'].'</a>' : '',
514 514
     'sendPassword' => '<a href="?action=password">'.$PMF_LANG['lostPassword'].'</a>',
515 515
     'msgFullName' => $PMF_LANG['ad_user_loggedin'].$user->getLogin(),
Please login to merge, or discard this patch.
phpmyfaq/inc/PMF/String/UTF8ToLatinConvertable.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,6 @@
 block discarded – undo
38 38
  * @author    Anatoliy Belsky <[email protected]>
39 39
  * @copyright 2009-2018 phpMyFAQ Team
40 40
  * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
41
- 
42 41
  * @link      https://www.phpmyfaq.de
43 42
  * @since     2009-04-06
44 43
  */
Please login to merge, or discard this patch.
phpmyfaq/inc/PMF/Date.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
  * @author    Matteo Scaramuccia <[email protected]>
16 16
  * @copyright 2009-2018 phpMyFAQ Team
17 17
  * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
18
- 
19 18
  * @link      https://www.phpmyfaq.de
20 19
  * @since     2009-09-24
21 20
  */
Please login to merge, or discard this patch.