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
Pull Request — master (#35)
by Vincent
02:27
created
web/wp-config.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -4,6 +4,6 @@
 block discarded – undo
4 4
  * This file is required in the root directory so WordPress can find it.
5 5
  * WP is hardcoded to look in its own directory or one directory up for wp-config.php.
6 6
  */
7
-require_once(dirname(__DIR__) . '/vendor/autoload.php');
8
-require_once(dirname(__DIR__) . '/config/application.php');
9
-require_once(ABSPATH . 'wp-settings.php');
10 7
\ No newline at end of file
8
+require_once(dirname(__DIR__).'/vendor/autoload.php');
9
+require_once(dirname(__DIR__).'/config/application.php');
10
+require_once(ABSPATH.'wp-settings.php');
11 11
\ No newline at end of file
Please login to merge, or discard this patch.
web/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1 1
 <?php
2 2
 /** WordPress view bootstrapper */
3 3
 define('WP_USE_THEMES', true);
4
-require(__DIR__ . '/wp/wp-blog-header.php');
5 4
\ No newline at end of file
5
+require(__DIR__.'/wp/wp-blog-header.php');
6 6
\ No newline at end of file
Please login to merge, or discard this patch.