mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-10 05:22:41 +00:00
fix phpcs errors
This commit is contained in:
parent
87fef89737
commit
7bc8dac453
1 changed files with 0 additions and 1 deletions
|
@ -3148,7 +3148,6 @@ class DboSource extends DataSource {
|
||||||
if (isset($value['types']) && !in_array($columnData['type'], $value['types'], true)) {
|
if (isset($value['types']) && !in_array($columnData['type'], $value['types'], true)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
$val = $columnData[$paramName];
|
$val = $columnData[$paramName];
|
||||||
if ($value['quote']) {
|
if ($value['quote']) {
|
||||||
$val = $this->value($val);
|
$val = $this->value($val);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue