Problem/Motivation
Noticed that the @file comment in LinkItem.php refers to "Contains \Drupal\email\Plugin..." instead of "Contains \Drupal\link\Plugin...". I figure this is because the email field was used as a base to port the module.
Proposed resolution
I am submitting a very small patch in a moment which fixes this comment.
Original report by jcfiala
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | wrong_file_comment_in_linkitem-2214405-1.patch | 543 bytes | jcfiala |
Comments
Comment #1
jcfiala commentedHere's the patch I was intending to make.
Comment #2
jcfiala commentedComment #3
lhangea commentedPatched applied cleanly.
Comment #4
longwaveComment #5
webchickCommitted and pushed to 8.x. Thanks!