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 1 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.