Issue #2105833 by herom: Fixed documentation fix in ContentEntityBase.

8.0.x
webchick 2013-10-14 21:59:16 -07:00
parent 945efa05c3
commit d76d9e2791
1 changed files with 1 additions and 1 deletions

View File

@ -775,7 +775,7 @@ abstract class ContentEntityBase extends Entity implements \IteratorAggregate, C
}
/**
* Implements the magic method for setting object properties.
* Implements the magic method for getting object properties.
*
* @todo: A lot of code still uses non-fields (e.g. $entity->content in render
* controllers) by reference. Clean that up.