Twitter Profile Widget module needs to be converted to use short array syntax as per new coding standard.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | twitter_profile_widget_array_search_results.png | 125.75 KB | dhruveshdtripathi |
| #2 | short_array_syntax-2875176-2.patch | 34.9 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 123 array declarations, after applying patch there are 4. Those 4 arrays are in_array and curl_setopt_array.
Good work!
Comment #5
mark_fullmer