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
Pull Request — master (#13)
by Per
01:21
created
compiler.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -122,6 +122,7 @@  discard block
 block discarded – undo
122 122
 	 * @param boolean $minify Whether to minify the CSS output
123 123
 	 * @param boolean $cache Whether to store the compiled version of this
124 124
 	 * stylesheet in cache to avoid compilation on every page load.
125
+	 * @param integer $expiration
125 126
 	 */
126 127
 	public function register_style( $handle, $path, $deps, $print, $minify, $cache, $expiration ) {
127 128
 
@@ -149,6 +150,9 @@  discard block
 block discarded – undo
149 150
 
150 151
 	/**
151 152
 	 * Register a filter function for a given stylesheet handle.
153
+	 * @param string $handle
154
+	 * @param string $filter_name
155
+	 * @param callable $callback
152 156
 	 */
153 157
 	public function register_filter( $handle, $filter_name, $callback ) {
154 158
 
Please login to merge, or discard this patch.