Skip to content

Commit

Permalink
Fix PHPCS.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 23, 2016
1 parent a54340f commit 2d0fad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ORM/Behavior/TranslateBehavior.php
Expand Up @@ -296,6 +296,7 @@ public function beforeSave(Event $event, EntityInterface $entity, ArrayObject $o
foreach ($this->_config['fields'] as $field) {
$entity->dirty($field, true);
}

return;
}

Expand Down

0 comments on commit 2d0fad2

Please sign in to comment.