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 ( c3e121...064fb2 )
by Gabriel
10:30
created
src/FormBuilderServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,11 +13,11 @@
 block discarded – undo
13 13
 
14 14
     public function migrations(): string
15 15
     {
16
-        return dirname(__DIR__).'/migrations/';
16
+        return dirname(__DIR__) . '/migrations/';
17 17
     }
18 18
 
19 19
     protected function translationsPath(): string
20 20
     {
21
-        return dirname(__DIR__).'/resources/lang/';
21
+        return dirname(__DIR__) . '/resources/lang/';
22 22
     }
23 23
 }
Please login to merge, or discard this patch.