The file includes/database/schema.inc contains several classes.

The first one in the file, abstract class DatabaseSchema, is missing a documentation block.

There's a doc block at the top of the file but it's for a @defgroup, not for the class.

Suggested block would be something like:

/**
 * Base class for database schema definitions.
 */

So, we need a 3-line patch for Drupal 7.x to add something like this to the file.

CommentFileSizeAuthor
#3 2851665-3.patch442 bytestameeshb
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jhodgdon created an issue. See original summary.

jhodgdon’s picture

Issue summary: View changes

Typo in issue summary (file path).

tameeshb’s picture

Status: Active » Needs review
FileSize
442 bytes

Uploaded patch, please review! :)

riddhi.addweb’s picture

Status: Needs review » Reviewed & tested by the community

@tameeshb,Thanks! for the patch it works well.

jhodgdon’s picture

Thank you! RTBC++

stefan.r’s picture

Issue tags: +Pending Drupal 7 commit
David_Rothstein’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: -Pending Drupal 7 commit

Committed to 7.x - thanks!

  • David_Rothstein committed 950e456 on 7.x
    Issue #2851665 by tameeshb: In the database schema.inc file, the class...
riddhi.addweb’s picture

@David: Thanks for committing, but I guess you missed providing me RTBC credit for the efforts I putin. Can you please do the needful actions on it.

Have a great day ahead!

David_Rothstein’s picture

I actually missed crediting jhodgdon since I didn't notice that she was the one who came up with the suggested wording in the first place.

I'm crediting her now, and will go ahead and credit you this time also, Jigar.addweb.

Normally for very small issues like this one I limit the number of people I credit. Marking issues like this RTBC is certainly important! But if there's very little review or testing that needs to be done on a particular issue to mark it RTBC, I try to avoid diluting the credit system by adding too many credits. I do the same for my own contributions (for example https://www.drupal.org/node/2870289#comment-12113952). But I'll give you credit this time - thanks for your help on the issue.

Status: Fixed » Closed (fixed)

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