Warning en PHP 8.2

Avec PHP 8.2.23, au calcul initial ou au recalcul, pour SPIPR : Warning: Undefined array key 3 in /home/spiptest/www/spipr/plugins/auto/scssphp/v3.1.0/lib/scssphp/src/Parser.php on line 1613

C'est dans la fonction whitespace https://git.spip.net/spip-contrib-extensions/scssphp/-/blob/master/lib/scssphp/src/Parser.php#L1591

...
if ($this->interpolation($out)) {
                        // keep right spaces in the following string part
                        if ($out[3]) {...

Ça correspond à des situations où $out = ['self'] et où l'analyse porte sur des commentaires

 /* Fix compilateur SCSSPHP
  @at-root a#{&} {
  */