Password Policy module needs to be converted to use short array syntax as per new coding standard.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | short_array_syntax-2882066-3.png | 136.03 KB | amit.drupal |
| #2 | short_array_syntax-2882066-2.patch | 27.57 KB | Munavijayalakshmi |
Password Policy module needs to be converted to use short array syntax as per new coding standard.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | short_array_syntax-2882066-3.png | 136.03 KB | amit.drupal |
| #2 | short_array_syntax-2882066-2.patch | 27.57 KB | Munavijayalakshmi |
Comments
Comment #2
Munavijayalakshmi commentedComment #3
amit.drupal commentedPatch 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
Comment #6
nerdsteinCode review looks good and tests passed. Merging.