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 — master ( fdb175...1b7cac )
by Ben
04:19
created
src/Exception.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the ramsey/uuid-console application
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- *
8
- * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
- * @license http://opensource.org/licenses/MIT MIT
10
- * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
- * @link https://github.com/ramsey/uuid-console GitHub
12
- */
3
+     * This file is part of the ramsey/uuid-console application
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     *
8
+     * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
+     * @license http://opensource.org/licenses/MIT MIT
10
+     * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
+     * @link https://github.com/ramsey/uuid-console GitHub
12
+     */
13 13
 
14 14
 namespace Ramsey\Uuid\Console;
15 15
 
Please login to merge, or discard this patch.
src/Util/UuidFormatter.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the ramsey/uuid-console application
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- *
8
- * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
- * @license http://opensource.org/licenses/MIT MIT
10
- * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
- * @link https://github.com/ramsey/uuid-console GitHub
12
- */
3
+     * This file is part of the ramsey/uuid-console application
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     *
8
+     * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
+     * @license http://opensource.org/licenses/MIT MIT
10
+     * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
+     * @link https://github.com/ramsey/uuid-console GitHub
12
+     */
13 13
 
14 14
 namespace Ramsey\Uuid\Console\Util;
15 15
 
Please login to merge, or discard this patch.
src/Util/UuidContentFormatterInterface.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the ramsey/uuid-console application
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- *
8
- * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
- * @license http://opensource.org/licenses/MIT MIT
10
- * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
- * @link https://github.com/ramsey/uuid-console GitHub
12
- */
3
+     * This file is part of the ramsey/uuid-console application
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     *
8
+     * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
+     * @license http://opensource.org/licenses/MIT MIT
10
+     * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
+     * @link https://github.com/ramsey/uuid-console GitHub
12
+     */
13 13
 
14 14
 namespace Ramsey\Uuid\Console\Util;
15 15
 
Please login to merge, or discard this patch.
src/Util/Formatter/V5Formatter.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the ramsey/uuid-console application
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- *
8
- * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
- * @license http://opensource.org/licenses/MIT MIT
10
- * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
- * @link https://github.com/ramsey/uuid-console GitHub
12
- */
3
+     * This file is part of the ramsey/uuid-console application
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     *
8
+     * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
+     * @license http://opensource.org/licenses/MIT MIT
10
+     * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
+     * @link https://github.com/ramsey/uuid-console GitHub
12
+     */
13 13
 
14 14
 namespace Ramsey\Uuid\Console\Util\Formatter;
15 15
 
Please login to merge, or discard this patch.
src/Util/Formatter/V3Formatter.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the ramsey/uuid-console application
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- *
8
- * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
- * @license http://opensource.org/licenses/MIT MIT
10
- * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
- * @link https://github.com/ramsey/uuid-console GitHub
12
- */
3
+     * This file is part of the ramsey/uuid-console application
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     *
8
+     * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
+     * @license http://opensource.org/licenses/MIT MIT
10
+     * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
+     * @link https://github.com/ramsey/uuid-console GitHub
12
+     */
13 13
 
14 14
 namespace Ramsey\Uuid\Console\Util\Formatter;
15 15
 
Please login to merge, or discard this patch.
src/Util/Formatter/V1Formatter.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the ramsey/uuid-console application
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- *
8
- * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
- * @license http://opensource.org/licenses/MIT MIT
10
- * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
- * @link https://github.com/ramsey/uuid-console GitHub
12
- */
3
+     * This file is part of the ramsey/uuid-console application
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     *
8
+     * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
+     * @license http://opensource.org/licenses/MIT MIT
10
+     * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
+     * @link https://github.com/ramsey/uuid-console GitHub
12
+     */
13 13
 
14 14
 namespace Ramsey\Uuid\Console\Util\Formatter;
15 15
 
Please login to merge, or discard this patch.
src/Util/Formatter/V4Formatter.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the ramsey/uuid-console application
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- *
8
- * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
- * @license http://opensource.org/licenses/MIT MIT
10
- * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
- * @link https://github.com/ramsey/uuid-console GitHub
12
- */
3
+     * This file is part of the ramsey/uuid-console application
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     *
8
+     * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
+     * @license http://opensource.org/licenses/MIT MIT
10
+     * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
+     * @link https://github.com/ramsey/uuid-console GitHub
12
+     */
13 13
 
14 14
 namespace Ramsey\Uuid\Console\Util\Formatter;
15 15
 
Please login to merge, or discard this patch.
src/Util/Formatter/V2Formatter.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the ramsey/uuid-console application
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- *
8
- * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
- * @license http://opensource.org/licenses/MIT MIT
10
- * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
- * @link https://github.com/ramsey/uuid-console GitHub
12
- */
3
+     * This file is part of the ramsey/uuid-console application
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     *
8
+     * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
+     * @license http://opensource.org/licenses/MIT MIT
10
+     * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
+     * @link https://github.com/ramsey/uuid-console GitHub
12
+     */
13 13
 
14 14
 namespace Ramsey\Uuid\Console\Util\Formatter;
15 15
 
Please login to merge, or discard this patch.
src/Command/DecodeCommand.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the ramsey/uuid-console application
4
- *
5
- * For the full copyright and license information, please view the LICENSE
6
- * file that was distributed with this source code.
7
- *
8
- * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
- * @license http://opensource.org/licenses/MIT MIT
10
- * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
- * @link https://github.com/ramsey/uuid-console GitHub
12
- */
3
+     * This file is part of the ramsey/uuid-console application
4
+     *
5
+     * For the full copyright and license information, please view the LICENSE
6
+     * file that was distributed with this source code.
7
+     *
8
+     * @copyright Copyright (c) Ben Ramsey <[email protected]>
9
+     * @license http://opensource.org/licenses/MIT MIT
10
+     * @link https://packagist.org/packages/ramsey/uuid-console Packagist
11
+     * @link https://github.com/ramsey/uuid-console GitHub
12
+     */
13 13
 
14 14
 namespace Ramsey\Uuid\Console\Command;
15 15
 
Please login to merge, or discard this patch.