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.
Test Setup Failed
Push — master ( c66394...37dd43 )
by Chris
03:28
created
src/Rephlux/PageTitle/PageTitleServiceProvider.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * Get the services provided by the provider.
43 43
      *
44
-     * @return array
44
+     * @return string[]
45 45
      */
46 46
     public function provides()
47 47
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function register()
22 22
     {
23
-        $this->app->singleton('PageTitle', function ($app) {
23
+        $this->app->singleton('PageTitle', function($app) {
24 24
             $delimeter = config('pagetitle.delimiter');
25 25
             $page_name = config('pagetitle.page_name');
26 26
             $default   = config('pagetitle.default_title_when_empty');
Please login to merge, or discard this patch.