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.8 ( 847a03...5fa7c1 )
by Thorsten
16:26
created
phpmyfaq/inc/PMF/Enc/Sha.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Provides methods for password encryption using sha().
4
- *
5
- * PHP Version 5.3
6
- *
7
- * This Source Code Form is subject to the terms of the Mozilla Public License,
8
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
- * obtain one at http://mozilla.org/MPL/2.0/.
10
- *
11
- * @category  phpMyFAQ
12
- * @package   Enc
13
- * @author    Lars Tiedemann <[email protected]>
14
- * @copyright 2005-2016 phpMyFAQ Team
15
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
16
- * @link      http://www.phpmyfaq.de
17
- * @since     2005-09-18
18
- */
3
+     * Provides methods for password encryption using sha().
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
8
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
+     * obtain one at http://mozilla.org/MPL/2.0/.
10
+     *
11
+     * @category  phpMyFAQ
12
+     * @package   Enc
13
+     * @author    Lars Tiedemann <[email protected]>
14
+     * @copyright 2005-2016 phpMyFAQ Team
15
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
16
+     * @link      http://www.phpmyfaq.de
17
+     * @since     2005-09-18
18
+     */
19 19
 
20 20
 if (!defined('IS_VALID_PHPMYFAQ')) {
21 21
     exit();
Please login to merge, or discard this patch.
phpmyfaq/lang/language_zh.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,17 +1,17 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Chinese (simplified) language file
4
- *
5
- * @author    ATang <[email protected]>
6
- * @author    saphrfans <[email protected]>
7
- * @author    Techice.Young <[email protected]>
8
- * @since     2004-06-23
9
- * @copyright 2004-2016 phpMyFAQ Team
10
- *
11
- * This Source Code Form is subject to the terms of the Mozilla Public License,
12
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
13
- * obtain one at http://mozilla.org/MPL/2.0/.
14
- */
3
+     * Chinese (simplified) language file
4
+     *
5
+     * @author    ATang <[email protected]>
6
+     * @author    saphrfans <[email protected]>
7
+     * @author    Techice.Young <[email protected]>
8
+     * @since     2004-06-23
9
+     * @copyright 2004-2016 phpMyFAQ Team
10
+     *
11
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
12
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
13
+     * obtain one at http://mozilla.org/MPL/2.0/.
14
+     */
15 15
 $PMF_LANG['metaCharset'] = 'UTF-8';
16 16
 $PMF_LANG['metaLanguage'] = 'zh';
17 17
 $PMF_LANG['language'] = 'Chinese Simplified (UTF-8)';
Please login to merge, or discard this patch.
phpmyfaq/lang/language_nb.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Norwegian Bokmål language file
4
- *
5
- * PHP Version 5.3
6
- *
7
- * This Source Code Form is subject to the terms of the Mozilla Public License,
8
- * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
- * obtain one at http://mozilla.org/MPL/2.0/.
10
- *
11
- * @category  phpMyFAQ
12
- * @package   Translation
13
- * @author    Hans Fredrik Nordhaug <[email protected]>
14
- * @copyright 2005-2016 phpMyFAQ Team
15
- * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
16
- * @link      http://www.phpmyfaq.de
17
- * @since     2005-08-31
18
- */
3
+     * Norwegian Bokmål language file
4
+     *
5
+     * PHP Version 5.3
6
+     *
7
+     * This Source Code Form is subject to the terms of the Mozilla Public License,
8
+     * v. 2.0. If a copy of the MPL was not distributed with this file, You can
9
+     * obtain one at http://mozilla.org/MPL/2.0/.
10
+     *
11
+     * @category  phpMyFAQ
12
+     * @package   Translation
13
+     * @author    Hans Fredrik Nordhaug <[email protected]>
14
+     * @copyright 2005-2016 phpMyFAQ Team
15
+     * @license   http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
16
+     * @link      http://www.phpmyfaq.de
17
+     * @since     2005-08-31
18
+     */
19 19
 
20 20
 $PMF_LANG['metaCharset'] = 'utf-8';
21 21
 $PMF_LANG['metaLanguage'] = 'nb';
Please login to merge, or discard this patch.