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 — v0.89-develop ( f4df6d...71130e )
by Zordius
02:25
created
src/Validator.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -433,7 +433,7 @@  discard block
 block discarded – undo
433 433
      *
434 434
      * @param array<string,array|string|integer> $context current compile context
435 435
      * @param array<boolean|integer|string|array> $vars parsed arguments list
436
-     * @param string|null $matchop should also match to this operator
436
+     * @param string $match should also match to this operator
437 437
      *
438 438
      * @return boolean Return true
439 439
      */
@@ -642,7 +642,7 @@  discard block
 block discarded – undo
642 642
      * @param array<string,array|string|integer> $context current compile context
643 643
      * @param array<boolean|integer|string|array> $vars parsed arguments list
644 644
      *
645
-     * @return boolean Return true when it is custom helper
645
+     * @return boolean|null Return true when it is custom helper
646 646
      */
647 647
     public static function lookup(&$context, $vars) {
648 648
         if (isset($vars[0][0]) && ($vars[0][0] === 'lookup')) {
@@ -706,7 +706,7 @@  discard block
 block discarded – undo
706 706
      * @param array<string,array|string|integer> $context current compile context
707 707
      * @param array<boolean|integer|string|array> $vars parsed arguments list
708 708
      *
709
-     * @return boolean Return true always
709
+     * @return boolean|null Return true always
710 710
      */
711 711
     protected static function inline(&$context, $vars) {
712 712
         if (!$context['flags']['runpart']) {
Please login to merge, or discard this patch.