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 ( 9084d4...261fa3 )
by Christian
02:47
created
podlove.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,8 +50,8 @@  discard block
 block discarded – undo
50 50
 
51 51
 require_once __DIR__ . '/vendor/autoload.php';
52 52
 
53
-register_activation_hook(   __FILE__, array( 'PodloveSubscribeButton\Setup', 'activation' ) );
54
-register_uninstall_hook(    __FILE__, array( 'PodloveSubscribeButton\Setup', 'uninstall' ) );
53
+register_activation_hook( __FILE__, array( 'PodloveSubscribeButton\Setup', 'activation' ) );
54
+register_uninstall_hook( __FILE__, array( 'PodloveSubscribeButton\Setup', 'uninstall' ) );
55 55
 
56 56
 PodloveSubscribeButton\Migration::eval_db();
57 57
 PodloveSubscribeButton::run();
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 		}
113 113
 
114 114
 		// CSS Stylesheet
115
-		wp_register_style( 'podlove-subscribe-button', \PodloveSubscribeButton\Helpers::get_url( '' ) . 'css/style.css' , false, self::$version );
115
+		wp_register_style( 'podlove-subscribe-button', \PodloveSubscribeButton\Helpers::get_url( '' ) . 'css/style.css', false, self::$version );
116 116
 		wp_enqueue_style( 'podlove-subscribe-button' );
117 117
 
118 118
 		// Admin JS
Please login to merge, or discard this patch.