Skip to content

Commit

Permalink
Issue #2851665 by tameeshb, jhodgdon, Jigar.addweb, David_Rothstein: …
Browse files Browse the repository at this point in the history
…schema.inc file -- class DatabaseSchema has no class doc block
  • Loading branch information
Jen Lampton committed Feb 2, 2018
1 parent 9fbdc3a commit b280bfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/includes/database/schema.inc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ require_once __DIR__ . '/query.inc';
* @see backdrop_install_schema()
*/

/**
* Base class for database schema definitions.
*/
abstract class DatabaseSchema implements QueryPlaceholderInterface {

/**
Expand Down

0 comments on commit b280bfd

Please sign in to comment.