FILE: C:\xampp\htdocs\drupal95\web\modules\contrib\field_longtext_pager\field_longtext_pager.module
---------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 6 WARNINGS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------------------------------------------
6 | WARNING | @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
10 | WARNING | @author tags are not usually used in Drupal, because over time multiple contributors will touch the code anyway
90 | WARNING | Unused variable $entity.
194 | WARNING | Unused variable $tag_name.
411 | WARNING | Unused variable $nopager_url.
428 | WARNING | Unused variable $nopager_url.
---------------------------------------------------------------------------------------------------------------------------------

CommentFileSizeAuthor
#2 unused-variables-3311594-2.patch1.78 KBakshay.kelotra

Comments

akshay.kelotra created an issue. See original summary.

akshay.kelotra’s picture

Assigned: akshay.kelotra » Unassigned
Category: Task » Bug report
Status: Active » Needs review
StatusFileSize
new1.78 KB

I have fixed this issue and providing a patch.

  • dangreenman committed b1c7c73 on 8.x-1.x
    Issue #3311594 by akshay.kelotra: Unused variables
    
dangreenman’s picture

Assigned: Unassigned » dangreenman
Status: Needs review » Fixed

Thank you Akshay.
I have made these changes manually, as I've not been able to get upgrade rector patches to work (I think they might be buggy).

dangreenman’s picture

Status: Fixed » Closed (fixed)