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
Branch master (77f5a0)
by Christian
03:58
created
src/Task/PharTask.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
- * See class comment
4
- *
5
- * PHP Version 5
6
- *
7
- * @category Netresearch
8
- * @package  Netresearch\Kite\Task
9
- * @author   Christian Opitz <[email protected]>
10
- * @license  http://www.netresearch.de Netresearch Copyright
11
- * @link     http://www.netresearch.de
12
- */
3
+     * See class comment
4
+     *
5
+     * PHP Version 5
6
+     *
7
+     * @category Netresearch
8
+     * @package  Netresearch\Kite\Task
9
+     * @author   Christian Opitz <[email protected]>
10
+     * @license  http://www.netresearch.de Netresearch Copyright
11
+     * @link     http://www.netresearch.de
12
+     */
13 13
 
14 14
 namespace Netresearch\Kite\Task;
15 15
 use Netresearch\Kite\Task;
Please login to merge, or discard this patch.
src/Task/ConfirmTask.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * See class comment
4
- *
5
- * PHP Version 5
6
- *
7
- * @category   Netresearch
8
- * @package    Netresearch\Kite
9
- * @subpackage Task
10
- * @author     Christian Opitz <[email protected]>
11
- * @license    http://www.netresearch.de Netresearch Copyright
12
- * @link       http://www.netresearch.de
13
- */
3
+     * See class comment
4
+     *
5
+     * PHP Version 5
6
+     *
7
+     * @category   Netresearch
8
+     * @package    Netresearch\Kite
9
+     * @subpackage Task
10
+     * @author     Christian Opitz <[email protected]>
11
+     * @license    http://www.netresearch.de Netresearch Copyright
12
+     * @link       http://www.netresearch.de
13
+     */
14 14
 
15 15
 namespace Netresearch\Kite\Task;
16 16
 use Symfony\Component\Console\Question\ConfirmationQuestion;
Please login to merge, or discard this patch.
src/Task/BreakTask.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * See class comment
4
- *
5
- * PHP Version 5
6
- *
7
- * @category   Netresearch
8
- * @package    Netresearch\Kite
9
- * @subpackage Task
10
- * @author     Christian Opitz <[email protected]>
11
- * @license    http://www.netresearch.de Netresearch Copyright
12
- * @link       http://www.netresearch.de
13
- */
3
+     * See class comment
4
+     *
5
+     * PHP Version 5
6
+     *
7
+     * @category   Netresearch
8
+     * @package    Netresearch\Kite
9
+     * @subpackage Task
10
+     * @author     Christian Opitz <[email protected]>
11
+     * @license    http://www.netresearch.de Netresearch Copyright
12
+     * @link       http://www.netresearch.de
13
+     */
14 14
 
15 15
 namespace Netresearch\Kite\Task;
16 16
 use Netresearch\Kite\Task;
Please login to merge, or discard this patch.
src/Task/ExitTask.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * See class comment
4
- *
5
- * PHP Version 5
6
- *
7
- * @category   Netresearch
8
- * @package    Netresearch\Kite
9
- * @subpackage Task
10
- * @author     Christian Opitz <[email protected]>
11
- * @license    http://www.netresearch.de Netresearch Copyright
12
- * @link       http://www.netresearch.de
13
- */
3
+     * See class comment
4
+     *
5
+     * PHP Version 5
6
+     *
7
+     * @category   Netresearch
8
+     * @package    Netresearch\Kite
9
+     * @subpackage Task
10
+     * @author     Christian Opitz <[email protected]>
11
+     * @license    http://www.netresearch.de Netresearch Copyright
12
+     * @link       http://www.netresearch.de
13
+     */
14 14
 
15 15
 namespace Netresearch\Kite\Task;
16 16
 use Netresearch\Kite\Task;
Please login to merge, or discard this patch.