mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
incorrect tab to space - whitespace coding standards
This commit is contained in:
parent
dd28b2396d
commit
42777b7809
10 changed files with 41 additions and 42 deletions
|
@ -1327,7 +1327,7 @@ class DboSource extends DataSource {
|
|||
}
|
||||
|
||||
/**
|
||||
* A more efficient way to fetch associations. Woohoo!
|
||||
* A more efficient way to fetch associations.
|
||||
*
|
||||
* @param Model $model Primary model object
|
||||
* @param string $query Association query
|
||||
|
@ -1343,8 +1343,7 @@ class DboSource extends DataSource {
|
|||
}
|
||||
|
||||
/**
|
||||
* mergeHasMany - Merge the results of hasMany relations.
|
||||
*
|
||||
* Merge the results of hasMany relations.
|
||||
*
|
||||
* @param array $resultSet Data to merge into
|
||||
* @param array $merge Data to merge
|
||||
|
|
Loading…
Reference in a new issue