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
Branch master (97bb5d)
by Freek
02:21
created
src/HtmlElement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      * @param string       $tag        The html element tag.
26 26
      * @param array|string $attributes When only two arguments are passed, the second parameter
27 27
      *                                 represents the content instead of the attribute.
28
-     * @param array|string $contents   Contents can be passed in as a string or an array which
28
+     * @param array|string $content   Contents can be passed in as a string or an array which
29 29
      *                                 will be concatenated as siblings.
30 30
      *
31 31
      * @return string
Please login to merge, or discard this patch.