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 ( e180b5...a6bf18 )
by Marc
06:03
created
src/BusinessCase/JobManagement/StoreJobBusinessCaseInterface.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-31
7
- *
8
- */
3
+     * @package: Chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-07-31
7
+     *
8
+     */
9 9
 
10 10
 
11 11
 namespace Chapi\Service\JobIndex;
Please login to merge, or discard this patch.
src/Commands/CommitCommand.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-31
7
- *
8
- */
3
+     * @package: chapi
4
+     *
5
+     * @author:  msiebeneicher
6
+     * @since:   2015-07-31
7
+     *
8
+     */
9 9
 
10 10
 
11 11
 namespace Chapi\Service\JobRepository;
Please login to merge, or discard this patch.
src/Commands/HelpCommandsCommand.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/ListCommand.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
 
10 10
 namespace Chapi\Service\JobRepository;
11 11
 
Please login to merge, or discard this patch.
src/Commands/StatusCommand.php 2 patches
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
 
10 10
 namespace Chapi\Service\JobRepository;
11 11
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -230,8 +230,7 @@
 block discarded – undo
230 230
                     // set path to job file map
231 231
                     $this->setJobFileToMap($_oJobEntity->name, $_sJobFilePath);
232 232
                 }
233
-            }
234
-            else
233
+            } else
235 234
             {
236 235
                 throw new JobLoadException(
237 236
                     sprintf('Unable to load json job data from "%s". Please check if the json is valid.', $_sJobFilePath),
Please login to merge, or discard this patch.
src/Component/Cache/CacheInterface.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
 
10 10
 namespace Chapi\Service\JobRepository;
11 11
 
Please login to merge, or discard this patch.
src/Component/Cache/DoctrineCache.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
 
10 10
 namespace Chapi\Service\JobRepository;
11 11
 
Please login to merge, or discard this patch.
src/Component/Chronos/ApiClient.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
 
10 10
 namespace Chapi\Service\JobRepository;
11 11
 
Please login to merge, or discard this patch.
src/Component/Chronos/ApiClientInterface.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
 
10 10
 namespace Chapi\Service\JobRepository;
11 11
 
Please login to merge, or discard this patch.