mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Changed method API description.
This commit is contained in:
parent
d84531d29c
commit
4df585e15e
2 changed files with 4 additions and 4 deletions
|
@ -96,9 +96,9 @@ class DboOracle extends DboSource {
|
|||
protected $_offset = 0;
|
||||
|
||||
/**
|
||||
* Enter description here...
|
||||
* Map
|
||||
*
|
||||
* @var unknown_type
|
||||
* @var array
|
||||
*/
|
||||
protected $_map;
|
||||
|
||||
|
@ -958,7 +958,7 @@ class DboOracle extends DboSource {
|
|||
}
|
||||
|
||||
/**
|
||||
* Enter description here...
|
||||
* queryAssociation method
|
||||
*
|
||||
* @param Model $model
|
||||
* @param Model $linkModel
|
||||
|
|
|
@ -678,7 +678,7 @@ class Postgres extends DboSource {
|
|||
}
|
||||
|
||||
/**
|
||||
* Enter description here...
|
||||
* resultSet method
|
||||
*
|
||||
* @param array $results
|
||||
* @return void
|
||||
|
|
Loading…
Reference in a new issue