Problem/Motivation
Found unused variable.
FILE: web\modules\contrib\group_domain\src\PathProcessor.php
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------
58 | WARNING | Unused variable $alias_info.
222 | WARNING | Unused variable $group_base.
---------------------------------------------------------------------------------------
Time: 258ms; Memory: 8MB
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | PathProcessor.php—group_domain-noresults-alias_info.png | 680.26 KB | roberttabigue |
| #8 | PathProcessor.php—group_domain-noresults-group_base.png | 550.3 KB | roberttabigue |
| #2 | found-unused-variable-3291932-2.patch | 753 bytes | ashutosh ahirwal |
Issue fork group_domain-3291932
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
ashutosh ahirwal commentedProviding patch.
Comment #3
mrinalini9 commentedHi,
I have reviewed patch #2, looks good to me. It applied cleanly and fixed all the above mentioned warnings.
Thanks & Regards,
Mrinalini
Comment #4
ashutosh ahirwal commentedHi, mrinalini9
If you have reviewed it and found no issue then change the status for RTBC.
Thanks
Comment #5
roberttabigue commentedHi Ash,
I'm new to this module and when I reviewed Patch #2, the unused variables have been removed.
Thank you.
Comment #6
roberttabigue commentedComment #7
roberttabigue commentedComment #8
roberttabigue commentedComment #10
graber commentedThank you.