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.
Passed
Branch master (7facc0)
by Marius
05:22
created
lib/presentation/requests/ServerRequestTrait.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -32,11 +32,11 @@  discard block
 block discarded – undo
32 32
 	/**
33 33
 	 * @var array
34 34
 	 */
35
-	protected $aAcceptEncoding	= [];
35
+	protected $aAcceptEncoding = [];
36 36
 	/**
37 37
 	 * @var array
38 38
 	 */
39
-	protected $aAcceptLanguage	= [];
39
+	protected $aAcceptLanguage = [];
40 40
 	/**
41 41
 	 * @var string
42 42
 	 */
@@ -52,11 +52,11 @@  discard block
 block discarded – undo
52 52
 	/**
53 53
 	 * @var string
54 54
 	 */
55
-	protected $sIfNoneMatch		= '';
55
+	protected $sIfNoneMatch = '';
56 56
 	/**
57 57
 	 * @var string
58 58
 	 */
59
-	protected $sContentType		= '';
59
+	protected $sContentType = '';
60 60
 	/**
61 61
 	 * @var bool
62 62
 	 */
Please login to merge, or discard this patch.
lib/presentation/requests/HttpRequestA.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 presentation
4
- * @subpackage requests
5
- * @author marius orcsik <[email protected]>
6
- * @date 09.07.13
7
- */
3
+	 * @package presentation
4
+	 * @subpackage requests
5
+	 * @author marius orcsik <[email protected]>
6
+	 * @date 09.07.13
7
+	 */
8 8
 namespace vsc\presentation\requests;
9 9
 
10 10
 use vsc\infrastructure\Object;
Please login to merge, or discard this patch.
lib/presentation/requests/GetRequestTrait.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 presentation
4
- * @subpackage requests
5
- * @author marius orcsik <[email protected]>
6
- * @date 21.02.15
7
- */
3
+	 * @package presentation
4
+	 * @subpackage requests
5
+	 * @author marius orcsik <[email protected]>
6
+	 * @date 21.02.15
7
+	 */
8 8
 namespace vsc\presentation\requests;
9 9
 
10 10
 trait GetRequestTrait {
Please login to merge, or discard this patch.
lib/presentation/helpers/ViewHelperA.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 presentation
4
- * @subpackage helpers
5
- * @author marius orcsik <[email protected]>
6
- * @date 13.01.02
7
- */
3
+	 * @package presentation
4
+	 * @subpackage helpers
5
+	 * @author marius orcsik <[email protected]>
6
+	 * @date 13.01.02
7
+	 */
8 8
 namespace vsc\presentation\helpers;
9 9
 
10 10
 use vsc\domain\models\ModelA;
Please login to merge, or discard this patch.
lib/presentation/views/ViewA.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 presentation
4
- * @subpackage views
5
- * @author marius orcsik <[email protected]>
6
- * @date 09.08.30
7
- */
3
+	 * @package presentation
4
+	 * @subpackage views
5
+	 * @author marius orcsik <[email protected]>
6
+	 * @date 09.08.30
7
+	 */
8 8
 namespace vsc\presentation\views;
9 9
 
10 10
 use vsc\application\sitemaps\ClassMap;
Please login to merge, or discard this patch.
lib/presentation/views/JsonViewInterface.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 presentation
4
- * @subpackage views
5
- * @author marius orcsik <[email protected]>
6
- * @date 2010.04.09
7
- */
3
+	 * @package presentation
4
+	 * @subpackage views
5
+	 * @author marius orcsik <[email protected]>
6
+	 * @date 2010.04.09
7
+	 */
8 8
 namespace vsc\presentation\views;
9 9
 
10 10
 interface JsonViewInterface {
Please login to merge, or discard this patch.
lib/presentation/responses/HttpHeadersTrait.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Marius Orcsik <[email protected]>
4
- * @created 2015-07-28
5
- */
3
+	 * @author Marius Orcsik <[email protected]>
4
+	 * @created 2015-07-28
5
+	 */
6 6
 namespace vsc\presentation\responses;
7 7
 
8 8
 use vsc\infrastructure\vsc;
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
 	/**
97 97
 	 * @return bool
98 98
 	 */
99
-	public function outputStatusHeader () {
99
+	public function outputStatusHeader() {
100 100
 		if (vsc::isCli()) { return false; }
101 101
 		if ($this->getStatus()) {
102 102
 			header(HttpResponseA::getHttpStatusString($this->getServerProtocol(), $this->getStatus()));
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
 	/**
186 186
 	 * @return bool
187 187
 	 */
188
-	protected function outputCustomHeaders () {
188
+	protected function outputCustomHeaders() {
189 189
 		if (vsc::isCli()) { return false; }
190 190
 		$aHeaders = $this->getCustomHeaders();
191 191
 		if (is_array($aHeaders)) {
Please login to merge, or discard this patch.
lib/presentation/responses/ExceptionDigestAuthenticationChallenge.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,6 +12,6 @@
 block discarded – undo
12 12
 	}
13 13
 
14 14
 	public function getChallenge() {
15
-		return 'Digest realm="'.$this->sRealm.'",qop="auth",nonce="'.$this->sNonce.'",opaque="'.md5($this->sRealm).'"';
15
+		return 'Digest realm="' . $this->sRealm . '",qop="auth",nonce="' . $this->sNonce . '",opaque="' . md5($this->sRealm) . '"';
16 16
 	}
17 17
 }
Please login to merge, or discard this patch.
lib/presentation/responses/ResponseA.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 presentation
4
- * @subpackage responses
5
- * @author marius orcsik <[email protected]>
6
- * @date 2013.09.26
7
- */
3
+	 * @package presentation
4
+	 * @subpackage responses
5
+	 * @author marius orcsik <[email protected]>
6
+	 * @date 2013.09.26
7
+	 */
8 8
 namespace vsc\presentation\responses;
9 9
 
10 10
 use vsc\infrastructure\Base;
Please login to merge, or discard this patch.