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 Failed
Push — master ( 6f4355...531ba9 )
by Jan
55:18 queued 47:04
created
src/Resources/contao/config/config.php 1 patch
Spacing   +5 added lines, -10 removed lines patch added patch discarded remove patch
@@ -10,14 +10,11 @@  discard block
 block discarded – undo
10 10
 * Add back end modules
11 11
 */
12 12
 $arrBeleg1 = array(
13
-	'beleg' => array
14
-	(
15
-		'belegung' => array
16
-		(
13
+	'beleg' => array(
14
+		'belegung' => array(
17 15
 			'tables'      => array('tl_belegungsplan_category', 'tl_belegungsplan_objekte', 'tl_belegungsplan_calender')
18 16
 		),
19
-		'feiertage' => array
20
-		(
17
+		'feiertage' => array(
21 18
 			'tables'      => array('tl_belegungsplan_feiertage')
22 19
 		)
23 20
 	)
@@ -28,10 +25,8 @@  discard block
 block discarded – undo
28 25
 /**
29 26
 * Front end modules
30 27
 */
31
-array_insert($GLOBALS['FE_MOD'], 99, array
32
-(
33
-	'belegung' => array
34
-	(
28
+array_insert($GLOBALS['FE_MOD'], 99, array(
29
+	'belegung' => array(
35 30
 		'belegungsplan'   => 'Mailwurm\Belegung\ModuleBelegungsplan'
36 31
 	)
37 32
 ));
Please login to merge, or discard this patch.