afup/web

Mettre à jour doctrine/annotations pour supporter PHP 7.4

Closed this issue · 1 comments

Passer cette mise à jour Upgrading doctrine/annotations (v1.4.0 => 1.14.3)

Cela permettra d'éviter cette erreur :

In DocParser.php line 995:
                                                               
  [Symfony\Component\Debug\Exception\ContextErrorException]    
  Notice: Trying to access array offset on value of type null  
                                                               

Exception trace:
  at /var/www/html/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:995
 Doctrine\Common\Annotations\DocParser->Identifier() at /var/www/html/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:687
 Doctrine\Common\Annotations\DocParser->Annotation() at /var/www/html/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:663
 Doctrine\Common\Annotations\DocParser->Annotations() at /var/www/html/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php:354
 Doctrine\Common\Annotations\DocParser->parse() at /var/www/html/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php:282

Traité dans la PR : #1372