- Issue created by @dydave
- Merge request !9Issue #3536938 by dydave: Fixed PHPSTAN validation errors by inheriting doc... → (Merged) created by dydave
- 🇫🇷France dydave
Removed the doc comment block of method:
Drupal\image_link_formatter\Plugin\Field\FieldFormatter\ImageLinkFormatter::viewElements
and replaced with an{@inheritDoc}
block to directly inherit from its parent:
Drupal\image\Plugin\Field\FieldFormatter\ImageFormatter::viewElements
Fewer overridden doc comment blocks means less code and less maintenance for us.
The changes were merged above at #4 and the dev pipelines are back to passing 🟢 \o/
https://git.drupalcode.org/project/image_link_formatter/-/pipelines/551669Marking issue as Fixed for now.
Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.