Fix phpcs

This commit is contained in:
Laurent Destailleur
2018-04-29 20:18:50 +02:00
parent 0cdfd6800a
commit 2fc2c44de4
3 changed files with 3 additions and 3 deletions

View File

@@ -6659,7 +6659,7 @@ abstract class CommonObject
}
$queryarray[$field] = serialize($this->{$field});
} else {
$queryarray[$field] = NULL;
$queryarray[$field] = null;
}
}
else if($this->isInt($info))