mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Correct doc block.
This commit is contained in:
parent
7bd0a3b32b
commit
11981f80fa
1 changed files with 1 additions and 1 deletions
|
@ -1267,7 +1267,7 @@ SQL;
|
|||
* @param Model $model
|
||||
* @param array $queryData
|
||||
* @param array $binding
|
||||
* @return void
|
||||
* @return array The prepared association query
|
||||
*/
|
||||
protected function &_prepareAssociationQuery(Model $model, &$queryData, $binding) {
|
||||
$type = $binding['type'];
|
||||
|
|
Loading…
Reference in a new issue