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 ( e55212...ef67be )
by Issel
02:17
created
Library/QuantumViewWrapper.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -33,12 +33,12 @@  discard block
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @param string|null      $accessKey      UPS License Access Key
37
-     * @param string|null      $userId         UPS User ID
38
-     * @param string|null      $password       UPS User Password
39
-     * @param bool             $useIntegration Determine if we should use production or CIE URLs.
40
-     * @param RequestInterface $request
41 36
      * @param LoggerInterface PSR3 compatible logger (optional)
37
+     * @param string $name
38
+     * @param string $beginDateTime
39
+     * @param string $endDateTime
40
+     * @param string $fileName
41
+     * @param string $bookmark
42 42
      */
43 43
     public function getSubscription(
44 44
         $name = null,
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * Return the bookmark.
73 73
      *
74
-     * @return string|null
74
+     * @return string
75 75
      */
76 76
     public function getBookmark()
77 77
     {
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.
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 TradeabilityWrapper(
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 TradeabilityWrapper(
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 TradeabilityWrapper(
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
@@ -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.
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 TradeabilityWrapper(
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
@@ -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.
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 TradeabilityWrapper(
Please login to merge, or discard this patch.