mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
fix coding standards, double whitespace
This commit is contained in:
parent
408f9dd3b0
commit
54607ba0fa
1 changed files with 1 additions and 1 deletions
|
@ -580,7 +580,7 @@ class CakeSchema extends Object {
|
||||||
if (is_array($values)) {
|
if (is_array($values)) {
|
||||||
foreach ($values as $key => $val) {
|
foreach ($values as $key => $val) {
|
||||||
if (is_array($val)) {
|
if (is_array($val)) {
|
||||||
$vals[] = "'{$key}' => array(" . implode(", ", $this->_values($val)) . ")";
|
$vals[] = "'{$key}' => array(" . implode(", ", $this->_values($val)) . ")";
|
||||||
} else {
|
} else {
|
||||||
$val = var_export($val, true);
|
$val = var_export($val, true);
|
||||||
if ($val === 'NULL') {
|
if ($val === 'NULL') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue