Scrutinizer Auto-Fixes

This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
Scrutinizer Auto-Fixer
2017-01-31 09:28:59 +00:00
parent 5c1713d928
commit 094aa6d636
19 changed files with 40 additions and 40 deletions

View File

@@ -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);
}
}