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 (49f7d2)
by Issel
05:47
created
Services/AddressValidationFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $logger,
29 29
         $useIntegration = false,
30 30
         $requestClass = null
31
-    ){
31
+    ) {
32 32
         $request = self::getRequest($requestClass);
33 33
 
34 34
         return new AddressValidationWrapper(
Please login to merge, or discard this patch.
Services/LocatorFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $logger,
29 29
         $useIntegration = false,
30 30
         $requestClass = null
31
-    ){
31
+    ) {
32 32
         $request = self::getRequest($requestClass);
33 33
 
34 34
         return new LocatorWrapper(
Please login to merge, or discard this patch.
Services/QuantumViewFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $logger,
29 29
         $useIntegration = false,
30 30
         $requestClass = null
31
-    ){
31
+    ) {
32 32
         $request = self::getRequest($requestClass);
33 33
 
34 34
         return new QuantumViewWrapper(
Please login to merge, or discard this patch.
Services/RateFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
         $password,
28 28
         $logger,
29 29
         $useIntegration = false
30
-    ){
30
+    ) {
31 31
         return new RateWrapper(
32 32
             new \Ups\Rate(
33 33
                 $accessKey,
Please login to merge, or discard this patch.
Services/ShippingFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $logger,
29 29
         $useIntegration = false,
30 30
         $requestClass = null
31
-    ){
31
+    ) {
32 32
         $request = self::getRequest($requestClass);
33 33
 
34 34
         return new ShippingWrapper(
Please login to merge, or discard this patch.
Services/TimeInTransitFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
         $useIntegration = false,
30 30
         $requestClass = null
31 31
 
32
-    ){
32
+    ) {
33 33
         $request = self::getRequest($requestClass);
34 34
 
35 35
         return new TimeInTransitWrapper(
Please login to merge, or discard this patch.
Services/TrackingFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $logger,
29 29
         $useIntegration = false,
30 30
         $requestClass = null
31
-    ){
31
+    ) {
32 32
         $request = self::getRequest($requestClass);
33 33
 
34 34
         return new TrackingWrapper(
Please login to merge, or discard this patch.
Services/TradeabilityFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
         $logger,
29 29
         $useIntegration = false,
30 30
         $requestClass = null
31
-    ){
31
+    ) {
32 32
         $request = self::getRequest($requestClass);
33 33
 
34 34
         return new TradeabilityWrapper(
Please login to merge, or discard this patch.