Skip to content

Commit 3140665

Browse files
committed
CE-33707: Fixed code
1 parent 99c5873 commit 3140665

File tree

168 files changed

+191
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+191
-188
lines changed

app/code/Magento/Cms/Test/Unit/Controller/Adminhtml/Wysiwyg/DirectiveTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class DirectiveTest extends TestCase
107107
private $driverMock;
108108

109109
/**
110-
* @inheirtDoc
110+
* @inheritdoc
111111
*/
112112
protected function setUp(): void
113113
{

app/code/Magento/Cms/Test/Unit/Controller/Block/InlineEditTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class InlineEditTest extends TestCase
5656
protected $controller;
5757

5858
/**
59-
* @inheirtDoc
59+
* @inheritdoc
6060
*/
6161
protected function setUp(): void
6262
{

app/code/Magento/Cms/Test/Unit/Controller/Noroute/IndexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class IndexTest extends TestCase
5757
protected $resultPageMock;
5858

5959
/**
60-
* @inheirtDoc
60+
* @inheritdoc
6161
*/
6262
protected function setUp(): void
6363
{

app/code/Magento/CmsUrlRewrite/Test/Unit/Model/CmsPageUrlRewriteGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class CmsPageUrlRewriteGeneratorTest extends TestCase
4646
private $urlRewriteGenerator;
4747

4848
/**
49-
* @inheirtDoc
49+
* @inheritdoc
5050
*/
5151
protected function setUp(): void
5252
{

app/code/Magento/Config/Test/Unit/Console/Command/ConfigShow/ValueProcessorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class ValueProcessorTest extends TestCase
5454
private $valueProcessor;
5555

5656
/**
57-
* @inheirtDoc
57+
* @inheritdoc
5858
*/
5959
protected function setUp(): void
6060
{

app/code/Magento/Config/Test/Unit/Model/Config/ImporterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class ImporterTest extends TestCase
8080
private $saveProcessorMock;
8181

8282
/**
83-
* @inheritDoc
83+
* @inheritdoc
8484
*/
8585
protected function setUp(): void
8686
{

app/code/Magento/Config/Test/Unit/Model/Config/Source/Admin/PageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class PageTest extends TestCase
4343
protected $_model;
4444

4545
/**
46-
* @inheirtDoc
46+
* @inheritdoc
4747
*/
4848
protected function setUp(): void
4949
{

app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/Iterator/FieldTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class FieldTest extends TestCase
3030
protected $_groupMock;
3131

3232
/**
33-
* @inheirtDoc
33+
* @inheritdoc
3434
*/
3535
protected function setUp(): void
3636
{
@@ -52,7 +52,7 @@ protected function setUp(): void
5252
}
5353

5454
/**
55-
* @inheirtDoc
55+
* @inheritdoc
5656
*/
5757
protected function tearDown(): void
5858
{

app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/IteratorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class IteratorTest extends TestCase
2626
protected $_flyweightMock;
2727

2828
/**
29-
* @inheirtDoc
29+
* @inheritdoc
3030
*/
3131
protected function setUp(): void
3232
{
@@ -38,7 +38,7 @@ protected function setUp(): void
3838
}
3939

4040
/**
41-
* @inheirtDoc
41+
* @inheritdoc
4242
*/
4343
protected function tearDown(): void
4444
{

app/code/Magento/Config/Test/Unit/Model/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class ConfigTest extends TestCase
106106
private $scopeTypeNormalizer;
107107

108108
/**
109-
* @inheirtDoc
109+
* @inheritdoc
110110
*/
111111
protected function setUp(): void
112112
{

0 commit comments

Comments
 (0)