Mostly wrapping stuff to 80 columns, but also some technical and grammatical tweaks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Garrett Albright’s picture

Issue tags: +Coding standards

+tag

Crell’s picture

Status: Needs review » Needs work

The @return statement for the docblock of DatabaseConnection::query() changes "insert id" to "insert IT". I suspect that is an error. :-)

The docblock for NoActiveTransactionException is wrong, because it's now multi-line for the first line. Class docblocks follow the same rules as function docblocks in that regard.

Same problem for db_query_range() and db_query_temporary(). The first line should not be multiline, even if that means it runs past 80 chars (IMO). And for DatabaseStatement::fetchAllAssoc(). I think that happens a few other times in here, too.

Thanks, Garrett!

Garrett Albright’s picture

Okay, un-multilined the first lines. I remembered hearing about that when I first started changing things, but wasn't sure if I was remembering things correctly.

Garrett Albright’s picture

Status: Needs work » Needs review
boombatower’s picture

Status: Needs review » Reviewed & tested by the community

Much appreciated, looks good.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)
Issue tags: -Coding standards

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