Issue #2488156 by andile2012: Fix typos in @inheritdoc

8.0.x
Jennifer Hodgdon 2015-05-14 08:34:06 -07:00
parent a15c86702a
commit e1a8219422
3 changed files with 3 additions and 3 deletions

View File

@ -329,7 +329,7 @@ abstract class ContentEntityBase extends Entity implements \IteratorAggregate, C
}
/**
* {inheritdoc}
* {@inheritdoc}
*/
public function uuid() {
return $this->getEntityKey('uuid');

View File

@ -30,7 +30,7 @@ use Drupal\Core\Field\FieldDefinitionInterface;
class TestItemWithDependencies extends TestItem {
/**
* {inheritdoc}
* {@inheritdoc}
*/
public static function calculateDependencies(FieldDefinitionInterface $field_definition) {
return ['content' => ['node:article:uuid']];

View File

@ -24,7 +24,7 @@ use Drupal\Core\Field\PreconfiguredFieldUiOptionsInterface;
class TestItemWithPreconfiguredOptions extends TestItem implements PreconfiguredFieldUiOptionsInterface {
/**
* {inheritdoc}
* {@inheritdoc}
*/
public static function getPreconfiguredOptions() {
return [