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 (#185)
by
unknown
09:31
created
src/lightncandy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -974,7 +974,7 @@  discard block
 block discarded – undo
974 974
      * @param array<array> $vn variable name array.
975 975
      * @param array<string,array|string|integer> $context current compile context
976 976
      *
977
-     * @return array<string|array> variable names
977
+     * @return string variable names
978 978
      *
979 979
      * @expect array('array(array($in),array())', array('this')) when input array(null), array('flags'=>array('spvar'=>true))
980 980
      * @expect array('array(array($in,$in),array())', array('this', 'this')) when input array(null, null), array('flags'=>array('spvar'=>true))
@@ -1002,7 +1002,7 @@  discard block
 block discarded – undo
1002 1002
      * @param array<string,array|string|integer> $context current compile context
1003 1003
      * @param boolean $keepCount keep original usage count
1004 1004
      *
1005
-     * @return array<string> code representing passed expression
1005
+     * @return string[] code representing passed expression
1006 1006
      */
1007 1007
     protected static function compileSubExpression($subExpression, &$context, $keepCount = false) {
1008 1008
         // mock up a token for this expression
Please login to merge, or discard this patch.