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 ( f937e1...340142 )
by Askupa
01:59
created
bootstrap.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -22,19 +22,19 @@
 block discarded – undo
22 22
 
23 23
 require_once 'renderer.php';
24 24
 
25
-if( !function_exists('wp_dynamic_css_enqueue') )
25
+if (!function_exists('wp_dynamic_css_enqueue'))
26 26
 {
27
-    function wp_dynamic_css_enqueue( $path )
27
+    function wp_dynamic_css_enqueue($path)
28 28
     {
29 29
         $dcss = DynamicCSSRenderer::get_instance();
30
-        $dcss->enqueue_style( $path );
30
+        $dcss->enqueue_style($path);
31 31
     }
32 32
 }
33 33
 
34
-if( !function_exists('wp_dynamic_css_set_callback') )
34
+if (!function_exists('wp_dynamic_css_set_callback'))
35 35
 {
36
-    function wp_dynamic_css_set_callback( $callback )
36
+    function wp_dynamic_css_set_callback($callback)
37 37
     {
38
-        add_filter( 'wp_dynamic_css_get_variable_value', $callback );
38
+        add_filter('wp_dynamic_css_get_variable_value', $callback);
39 39
     }
40 40
 }
41 41
\ No newline at end of file
Please login to merge, or discard this patch.