mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix phpcs issue.
This commit is contained in:
parent
adefb973aa
commit
cc9d2fcaa3
1 changed files with 1 additions and 1 deletions
|
@ -3043,7 +3043,7 @@ class DboSource extends DataSource {
|
||||||
* @return string ORDER BY clause
|
* @return string ORDER BY clause
|
||||||
*/
|
*/
|
||||||
public function order($keys, $direction = 'ASC', Model $Model = null) {
|
public function order($keys, $direction = 'ASC', Model $Model = null) {
|
||||||
$keys = array_filter((array) $keys);
|
$keys = array_filter((array)$keys);
|
||||||
|
|
||||||
$result = array();
|
$result = array();
|
||||||
while (!empty($keys)) {
|
while (!empty($keys)) {
|
||||||
|
|
Loading…
Reference in a new issue