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 :
PHPSTANerrors: InImageLinkFormatterTrait.phpupdated properties identifiers fromprivatetoprotected.PHPUNITwarnings: Added AttributeIgnoreDeprecationsto allPHPUNITTests classes to ignore deprecation messages and prevent from completing the jobs with warnings.
Removed attributesIgnoreDeprecationsfrom all files for jobphpstan (previous major)in.gitlab-ci.ymlto prevent raising errors due to non existent attribute for D10.