Skip to content

Commit

Permalink
Issue #3138731 by jungle, dww: Fix "inheritdoc" typos in core
Browse files Browse the repository at this point in the history
  • Loading branch information
xjm committed May 22, 2020
1 parent b07660b commit 3b37f7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/help/tests/src/Functional/ExperimentalHelpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ExperimentalHelpTest extends BrowserTestBase {
protected $adminUser;

/**
* {@inheritoc}
* {@inheritdoc}
*/
protected function setUp() {
parent::setUp();
Expand Down
2 changes: 1 addition & 1 deletion modules/media_library/src/Form/AddFormBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ protected function buildEntityFormElement(MediaInterface $media, array $form, Fo
}

/**
* {@inheritdodc}
* {@inheritdoc}
*/
public static function trustedCallbacks() {
return ['preRenderAddedMedia'];
Expand Down
2 changes: 1 addition & 1 deletion modules/views/tests/src/Kernel/ViewsTemplateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class ViewsTemplateTest extends ViewsKernelTestBase {

/**
* {@inheritdic}
* {@inheritdoc}
*/
public static $testViews = ['test_view_display_template'];

Expand Down

0 comments on commit 3b37f7c

Please sign in to comment.