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/RsyncTask.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
 
Please login to merge, or discard this patch.
src/Task/EvaluateTask.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\Exception;
Please login to merge, or discard this patch.
src/Task/GitTask.php 2 patches
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
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
                     $item = 'git ' . $item;
43 43
                 }
44 44
             } else {
45
-                $value = 'git ' .  $value;
45
+                $value = 'git ' . $value;
46 46
             }
47 47
         }
48 48
         parent::offsetSet($name, $value);
Please login to merge, or discard this patch.
src/Task/OutputTask.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\Output\OutputInterface;
Please login to merge, or discard this patch.
src/Task/TryCatchTask.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\Exception;
Please login to merge, or discard this patch.
src/Task/IncludeTask.php 2 patches
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
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     public function execute()
52 52
     {
53 53
         ob_start(
54
-            function ($output) {
54
+            function($output) {
55 55
                 $this->console->output($output, false);
56 56
                 return '';
57 57
             }, 2, 0
Please login to merge, or discard this patch.
src/Task/TarTask.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
 
Please login to merge, or discard this patch.
src/Task/IterateTask.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\Exception;
Please login to merge, or discard this patch.
src/Task/ChooseTask.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\ChoiceQuestion;
Please login to merge, or discard this patch.