Password Policy 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
new27.57 KB
amit.drupal’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new136.03 KB

Patch applied cleanly. All the arrays converted to short array syntax. Checked it manually.

earlier there were 82 array declarations, after applying patch there are 2. Those 2 arrays are is_array and in_array.

Thanks for the patch, it is working fine. Moving to RTBC

nerdstein’s picture

Status: Reviewed & tested by the community » Fixed

Code review looks good and tests passed. Merging.

Status: Fixed » Closed (fixed)

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