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 ( 946f9b...901688 )
by Askupa
01:47
created
compiler.php 2 patches
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -205,10 +205,10 @@
 block discarded – undo
205 205
     protected function add_meta_info( $compiled_css )
206 206
     {
207 207
         return "/**\n".
208
-               " * Compiled using wp-dynamic-css\n".
209
-               " * https://github.com/askupasoftware/wp-dynamic-css\n".
210
-               " */\n\n".
211
-               $compiled_css;
208
+                " * Compiled using wp-dynamic-css\n".
209
+                " * https://github.com/askupasoftware/wp-dynamic-css\n".
210
+                " */\n\n".
211
+                $compiled_css;
212 212
     }
213 213
     
214 214
     /**
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -152,6 +152,9 @@
 block discarded – undo
152 152
     
153 153
     /**
154 154
      * Register a filter function for a given stylesheet handle.
155
+     * @param string $handle
156
+     * @param string $filter_name
157
+     * @param callable $callback
155 158
      */
156 159
     public function register_filter( $handle, $filter_name, $callback )
157 160
     {
Please login to merge, or discard this patch.