diff --git a/lib/Cake/Model/CakeSchema.php b/lib/Cake/Model/CakeSchema.php index 6c4079e65..7436b6308 100644 --- a/lib/Cake/Model/CakeSchema.php +++ b/lib/Cake/Model/CakeSchema.php @@ -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; }