User Homepage module needs to be converted to use short array syntax as per new coding standard.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | short_array_syntax-2875701-4.patch | 12.79 KB | slv_ |
| #3 | user_homepage_array_search_results.png | 117.8 KB | dhruveshdtripathi |
| #2 | short_array_syntax-2875701-2.patch | 11.43 KB | Munavijayalakshmi |
Comments
Comment #2
Munavijayalakshmi commentedComment #3
dhruveshdtripathi commentedPatch 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!
Comment #4
slv_ commentedNew patch that makes the test pass again, removes usage of a couple deprecated functions, and applies the changes from #2.
Comment #6
slv_ commentedCommited to 8.x-1.x-dev branch.