mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Remove extra space around the brace in CakeSchema::_arrayDiffAssoc()
This commit is contained in:
parent
ff0b963941
commit
bc2fcf421f
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ class CakeSchema extends Object {
|
|||
continue;
|
||||
}
|
||||
$correspondingValue = $array2[$key];
|
||||
if (($value === null ) !== ($correspondingValue === null)) {
|
||||
if (($value === null) !== ($correspondingValue === null)) {
|
||||
$difference[$key] = $value;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue