mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
Remove reference from the signature.
This commit is contained in:
parent
cb42b056ac
commit
6b8a79be6d
1 changed files with 4 additions and 1 deletions
|
@ -1542,11 +1542,14 @@ class DboSource extends DataSource {
|
|||
/**
|
||||
* Builds an SQL statement.
|
||||
*
|
||||
* This is merely a convenient wrapper to DboSource::buildStatement().
|
||||
*
|
||||
* @param Model $Model
|
||||
* @param array $queryData
|
||||
* @return string String containing an SQL statement.
|
||||
* @see DboSource::buildStatement()
|
||||
*/
|
||||
public function buildAssociationQuery(Model $Model, &$queryData) {
|
||||
public function buildAssociationQuery(Model $Model, $queryData) {
|
||||
$queryData = $this->_scrubQueryData($queryData);
|
||||
|
||||
return $this->buildStatement(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue