Closed (fixed)
Project:
Superfish Dropdown Menu
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2013 at 12:07 UTC
Updated:
29 Dec 2018 at 19:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dotton commentedPatch against the head of 7.x-1.x attached.
Comment #2
eli-tRunning
phpcs . --standard=Drupal --extensions=module,install,inc
before patch:
After patch:
so this looks really good.
One query, after patch, at line 1760
I don't agree with putting the . instead of an actual description just to get rid of the warning.
Apart from that I can confirm this patch contains no functional changes.
Comment #3
eli-tComment #4
dotton commentedAgreed. I'm not clear on what the values in the $variables array do, so I've stripped the error-suppressing dots.
Comment #5
dotton commentedComment #6
eli-tOK - I've just run PHPCS againt the new patch and two errors are returned but that's much better than artificially suppressing them.
Patch looks good.
Comment #7
mehrpadin commentedHey everybody,
Thanks for this :) please check the development release once updated, note I haven't exactly used the patch, but followed everything, gives me no error, so should be fine, thanks again!
Comment #8
eli-tLooks like there's still no blank line at the end of the file. Apart from that looks good in latest dev.
Comment #9
mehrpadin commented