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 ( c460ca...0d5777 )
by Kevin
08:52 queued 05:24
created
lib/Magento/Actions/Checkout/ShippingMethods/ByName.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
                 )
47 47
             );
48 48
         } catch (\Exception $e) {
49
-            throw new NoSuchShippingMethodException('Unable to find the shipping method: ' . $this->name);
49
+            throw new NoSuchShippingMethodException('Unable to find the shipping method: '.$this->name);
50 50
         }
51 51
 
52 52
         // Some products, such as virtual products, do not get shipped
Please login to merge, or discard this patch.