User Homepage module needs to be converted to use short array syntax as per new coding standard.

Comments

Munavijayalakshmi created an issue. See original summary.

Munavijayalakshmi’s picture

Assigned: Munavijayalakshmi » Unassigned
Status: Active » Needs review
StatusFileSize
new11.43 KB
dhruveshdtripathi’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new117.8 KB

Patch applied cleanly. All the arrays converted to short array syntax. Checked it manually. As you can see in the attached png file, earlier there were 27 array declarations, after applying patch there is 1. That 1 array is in_array.

Good work!

slv_’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new12.79 KB

New patch that makes the test pass again, removes usage of a couple deprecated functions, and applies the changes from #2.

  • a758d22 committed on 8.x-1.x
    Issue #2875701 by Munavijayalakshmi, slv_, dhruveshdtripathi: Convert...
slv_’s picture

Status: Needs review » Fixed

Commited to 8.x-1.x-dev branch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.