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
Pull Request — master (#44)
by Marc
05:59
created
src/ChapiApplication.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: Chapi
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-07-28
7
- *
8
- */
3
+     * @package: Chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-07-28
7
+     *
8
+     */
9 9
 namespace Chapi;
10 10
 
11 11
 use Symfony\Component\Console\Application;
Please login to merge, or discard this patch.
src/Commands/AbstractCommand.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: chapi
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-07-21
7
- *
8
- */
3
+     * @package: chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-07-21
7
+     *
8
+     */
9 9
 
10 10
 
11 11
 namespace Chapi\Commands;
@@ -44,22 +44,22 @@  discard block
 block discarded – undo
44 44
     private static $sHomeDir = '';
45 45
 
46 46
     /**
47
-    * Executes the current command.
48
-    *
49
-    * This method is not abstract because you can use this class
50
-    * as a concrete class. In this case, instead of defining the
51
-    * execute() method, you set the code to execute by passing
52
-    * a Closure to the setCode() method.
53
-    *
54
-    * @param InputInterface $oInput An InputInterface instance
55
-    * @param OutputInterface $oOutput An OutputInterface instance
56
-    *
57
-    * @return integer null or 0 if everything went fine, or an error code
58
-    *
59
-    * @throws \LogicException When this abstract method is not implemented
60
-    *
61
-    * @see setCode()
62
-    */
47
+     * Executes the current command.
48
+     *
49
+     * This method is not abstract because you can use this class
50
+     * as a concrete class. In this case, instead of defining the
51
+     * execute() method, you set the code to execute by passing
52
+     * a Closure to the setCode() method.
53
+     *
54
+     * @param InputInterface $oInput An InputInterface instance
55
+     * @param OutputInterface $oOutput An OutputInterface instance
56
+     *
57
+     * @return integer null or 0 if everything went fine, or an error code
58
+     *
59
+     * @throws \LogicException When this abstract method is not implemented
60
+     *
61
+     * @see setCode()
62
+     */
63 63
     protected function execute(InputInterface $oInput, OutputInterface $oOutput)
64 64
     {
65 65
         $this->oInput = $oInput;
Please login to merge, or discard this patch.
src/Commands/PullCommand.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: chapi
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-08-02
7
- *
8
- */
3
+     * @package: chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-08-02
7
+     *
8
+     */
9 9
 
10 10
 
11 11
 namespace Chapi\Commands;
Please login to merge, or discard this patch.
src/Commands/ValidationCommand.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: chapi
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-09-20
7
- *
8
- * @link:    http://
9
- */
3
+     * @package: chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-09-20
7
+     *
8
+     * @link:    http://
9
+     */
10 10
 
11 11
 namespace Chapi\Commands;
12 12
 
Please login to merge, or discard this patch.
src/Component/Command/CommandUtilsInterface.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: chapi
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-09-20
7
- *
8
- */
3
+     * @package: chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-09-20
7
+     *
8
+     */
9 9
 
10 10
 
11 11
 namespace Chapi\Component\Command;
Please login to merge, or discard this patch.
src/Component/Command/JobUtilsInterface.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: chapi
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-09-02
7
- */
3
+     * @package: chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-09-02
7
+     */
8 8
 
9 9
 namespace Chapi\Component\Command;
10 10
 
Please login to merge, or discard this patch.
src/Component/Comparison/DiffCompareInterface.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: chapi
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-07-30
7
- *
8
- */
3
+     * @package: chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-07-30
7
+     *
8
+     */
9 9
 namespace Chapi\Component\Comparison;
10 10
 
11 11
 
Please login to merge, or discard this patch.
src/Entity/Chronos/JobEntityInterface.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: chapi
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-09-10
7
- */
3
+     * @package: chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-09-10
7
+     */
8 8
 
9 9
 
10 10
 namespace Chapi\Entity\Chronos;
Please login to merge, or discard this patch.
src/Entity/DatePeriod/Iso8601Entity.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @package: chapi
4
- *
5
- * @author:  msiebeneicher
6
- * @since:   2015-09-25
7
- *
8
- * @link:    https://github.com/msiebeneicher/chapi/issues/36
9
- */
3
+     * @package: chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-09-25
7
+     *
8
+     * @link:    https://github.com/msiebeneicher/chapi/issues/36
9
+     */
10 10
 
11 11
 
12 12
 namespace Chapi\Entity\DatePeriod;
Please login to merge, or discard this patch.