Skip to content

Commit

Permalink
Wording correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Nov 5, 2014
1 parent 768f2c8 commit 0d5d6b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Model/Datasource/DataSource.php
Expand Up @@ -407,14 +407,14 @@ public function resolveKey(Model $Model, $key) {
/**
* Returns the schema name. Override this in subclasses.
*
* @return string|null schema name
* @return string|null The schema name
*/
public function getSchemaName() {
return null;
}

/**
* Closes a connection. Override in subclasses
* Closes a connection. Override in subclasses.
*
* @return bool
*/
Expand Down

0 comments on commit 0d5d6b1

Please sign in to comment.