Issue #3612821 by dydave: Gitlab CI: Fixed broken pipelines due to phpstan...

https://www.drupal.org/project/image_link_formatter/issues/3612821

Gitlab CI: Fixed broken pipelines due to phpstan errors and ignored phpunit deprecation messages completing jobs with warnings :

  • PHPSTAN errors: In ImageLinkFormatterTrait.php updated properties identifiers from private to protected.
  • PHPUNIT warnings: Added Attribute IgnoreDeprecations to all PHPUNIT Tests classes to ignore deprecation messages and prevent from completing the jobs with warnings.
    Removed attributes IgnoreDeprecations from all files for job phpstan (previous major) in .gitlab-ci.yml to prevent raising errors due to non existent attribute for D10.

Merge request reports

Loading