Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
@@ -50,8 +50,8 @@ class Entity extends \OCP\AppFramework\Db\Entity {
|
||||
* @param string $attribute the name of the attribute
|
||||
* @since 7.0.0
|
||||
*/
|
||||
protected function markFieldUpdated($attribute){
|
||||
if(!in_array($attribute, $this->_relations)) {
|
||||
protected function markFieldUpdated($attribute) {
|
||||
if (!in_array($attribute, $this->_relations)) {
|
||||
parent::markFieldUpdated($attribute);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user