Skip to content

Commit

Permalink
Move part of the doc to the long description
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffmann committed Mar 6, 2017
1 parent 094c2a2 commit cf95e3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ORM/Behavior/TranslateBehavior.php
Expand Up @@ -642,7 +642,8 @@ protected function _bundleTranslatedFields($entity)

/**
* Unset empty translations to avoid persistence.
* Should only be called if $this->_config['allowEmptyTranslations'] is false
*
* Should only be called if $this->_config['allowEmptyTranslations'] is false.
*
* @param \Cake\Datasource\EntityInterface $entity The entity to check for empty translations fields inside.
* @return void
Expand Down

0 comments on commit cf95e3d

Please sign in to comment.