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 — master ( c58cdc...551a9d )
by Albert
02:38
created
src/config/db-exporter.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -3,21 +3,21 @@
 block discarded – undo
3 3
 return array(
4 4
     'backup' => array(
5 5
 
6
-       /**
7
-		* The disk where your files will be backed up
8
-    	**/
6
+        /**
7
+         * The disk where your files will be backed up
8
+         **/
9 9
         'disk' => 'local',
10 10
 
11 11
 
12 12
         /**
13
-		* Location on disk where to backup migratons
14
-    	**/
13
+         * Location on disk where to backup migratons
14
+         **/
15 15
         'migrations' => 'backup/migrations/',
16 16
 
17 17
 
18 18
         /**
19
-		* Location on disk where to backup seeds
20
-    	**/
19
+         * Location on disk where to backup seeds
20
+         **/
21 21
         'seeds' => 'backup/seeds/'
22 22
 
23 23
     ),
Please login to merge, or discard this patch.