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
Push — 8.x-4.x-travis ( 081800 )
by Brant
06:24
created
RoboFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
    * @return \Robo\Contract\TaskInterface
40 40
    *   The task to execute.
41 41
    */
42
-  public function configureBehat ($base_url = NULL) {
42
+  public function configureBehat($base_url = NULL) {
43 43
     $configuration = [];
44 44
 
45 45
     /** @var Finder $partials */
Please login to merge, or discard this patch.