mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +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)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$val = $columnData[$paramName];
|
||||
if ($value['quote']) {
|
||||
$val = $this->value($val);
|
||||
|
|
Loading…
Reference in a new issue