Skip to content

Commit

Permalink
add doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
janette committed Mar 7, 2023
1 parent 7ceaa80 commit a1c62d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ tagfile
/tests/reports
/web
.phpunit.result.cache
*.http
3 changes: 3 additions & 0 deletions modules/datastore/src/Storage/DatabaseTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,9 @@ protected function translateType(string $type, $extra = NULL) {
];
}

/**
* {@inheritdoc}
*/
public function getConnection(): Connection {
return $this->connection;
}
Expand Down

0 comments on commit a1c62d8

Please sign in to comment.