Skip to content

Commit 149294b

Browse files
committed
#21816: Static test fix.
1 parent 4a0fb16 commit 149294b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lib/internal/Magento/Framework/Data/Form/Element/Textarea.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* Form textarea element
9-
*
10-
* @author Magento Core Team <core@magentocommerce.com>
11-
*/
127
namespace Magento\Framework\Data\Form\Element;
138

149
use Magento\Framework\Escaper;
1510

11+
/**
12+
* Form textarea element.
13+
*
14+
* @author Magento Core Team <core@magentocommerce.com>
15+
*/
1616
class Textarea extends AbstractElement
1717
{
1818
/**

lib/internal/Magento/Framework/Data/Test/Unit/Form/Element/TextareaTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* Tests for \Magento\Framework\Data\Form\Element\Textarea
9-
*/
107
namespace Magento\Framework\Data\Test\Unit\Form\Element;
118

9+
/**
10+
* Tests for \Magento\Framework\Data\Form\Element\Textarea class.
11+
*/
1212
class TextareaTest extends \PHPUnit\Framework\TestCase
1313
{
1414
/**

0 commit comments

Comments
 (0)