mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Wording correction.
This commit is contained in:
parent
768f2c809c
commit
0d5d6b19b5
1 changed files with 2 additions and 2 deletions
|
@ -407,14 +407,14 @@ class DataSource extends Object {
|
|||
/**
|
||||
* 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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue