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
Push — master ( f40fe2...12a756 )
by Askupa
02:18
created
bootstrap.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -1,24 +1,24 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * WordPress Dynamic CSS
4
- *
5
- * Dynamic CSS compiler for WordPress
6
- *
7
- * @package   wp-dynamic-css
8
- * @author    Askupa Software <[email protected]>
9
- * @link      https://github.com/askupasoftware/wp-dynamic-css
10
- * @copyright 2016 Askupa Software
11
- *
12
- * @wordpress-plugin
13
- * Plugin Name:     WordPress Dynamic CSS
14
- * Plugin URI:      https://github.com/askupasoftware/wp-dynamic-css
15
- * Description:     Dynamic CSS compiler for WordPress
16
- * Version:         1.0.2
17
- * Author:          Askupa Software
18
- * Author URI:      http://www.askupasoftware.com
19
- * Text Domain:     wp-dynamic-css
20
- * Domain Path:     /languages
21
- */
3
+     * WordPress Dynamic CSS
4
+     *
5
+     * Dynamic CSS compiler for WordPress
6
+     *
7
+     * @package   wp-dynamic-css
8
+     * @author    Askupa Software <[email protected]>
9
+     * @link      https://github.com/askupasoftware/wp-dynamic-css
10
+     * @copyright 2016 Askupa Software
11
+     *
12
+     * @wordpress-plugin
13
+     * Plugin Name:     WordPress Dynamic CSS
14
+     * Plugin URI:      https://github.com/askupasoftware/wp-dynamic-css
15
+     * Description:     Dynamic CSS compiler for WordPress
16
+     * Version:         1.0.2
17
+     * Author:          Askupa Software
18
+     * Author URI:      http://www.askupasoftware.com
19
+     * Text Domain:     wp-dynamic-css
20
+     * Domain Path:     /languages
21
+     */
22 22
 
23 23
 defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
24 24
 
Please login to merge, or discard this patch.