Fixed some miscellaneous errors/warnings for drupal core coding standards.
Still a work in progress. Needs @file docs, some lines over 80 chars, and comments for function parameters/returns.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_to_drupal_data_migration-coding_standards.patch | 95.62 KB | roberttstephens |
Comments
Comment #1
mikeryanAs I'm working on a project involving migrating several D6 and D7 sites to a different D7 environment, migrate_d2d is undergoing some rapid changes - once we're through that, and I'm ready to promote it to a full project, will be the time for cleanup tasks like this.
I will note that I strongly believe that aligning chained methods with their opening is more readable than insisting on a two-character indentation. I.e.
is more maintainable than
Comment #2
mikeryanI've run coder over migrate_d2d and fixed any applicable issues.