mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-19 05:03:43 +00:00
coding standards
This commit is contained in:
parent
8a070ca3dd
commit
213d4caa85
10 changed files with 10 additions and 10 deletions
lib/Cake/Model/Datasource
|
@ -599,7 +599,7 @@ class DboSource extends DataSource {
|
|||
} else {
|
||||
if (isset($args[1]) && $args[1] === true) {
|
||||
return $this->fetchAll($args[0], true);
|
||||
} elseif (isset($args[1]) && !is_array($args[1]) ) {
|
||||
} elseif (isset($args[1]) && !is_array($args[1])) {
|
||||
return $this->fetchAll($args[0], false);
|
||||
} elseif (isset($args[1]) && is_array($args[1])) {
|
||||
if (isset($args[2])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue