Make Drupal Core Coding Standards compliant
douggreen - April 7, 2007 - 19:38
| Project: | Drupal |
| Version: | 6.x-dev |
| Component: | base system |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
The attached patch has 173 minor coding standard fixes found using the coder. Most changes are due to the string concatentation rules, but there are a few others. I tried to not modify more than was needed, but some double checking is definitely in order.
| Attachment | Size |
|---|---|
| core-style.patch | 68.33 KB |

#1
Drupal plumbing season!! Nice job man. Just reading the patch made me tired :P I caught a miniscule error, namely you included E_ALL ^ E_NOTICE inside the patch. Removed that, rerolled, RTBC'd. Nice Easter present. thankee!
#2
Committed to CVS HEAD. Thanks a bundle. :)
#3