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 ( c67f54...bcbadd )
by Zordius
03:54
created
src/Encoder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
      * Get html encoded string
88 88
      *
89 89
      * @param array<string,array|string|integer> $cx render time context
90
-     * @param array<array|string|integer>|string|integer|null $var value to be htmlencoded
90
+     * @param string $var value to be htmlencoded
91 91
      *
92 92
      * @return string The htmlencoded value of the specified variable
93 93
      *
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
      * LightnCandy runtime method for {{var}} , and deal with single quote to same as handlebars.js .
104 104
      *
105 105
      * @param array<string,array|string|integer> $cx render time context
106
-     * @param array<array|string|integer>|string|integer|null $var value to be htmlencoded
106
+     * @param string $var value to be htmlencoded
107 107
      *
108 108
      * @return string The htmlencoded value of the specified variable
109 109
      *
Please login to merge, or discard this patch.