Skip to content

Commit ff6365a

Browse files
Nazar65ihor-sviziev
authored andcommitted
Static-test fix
1 parent 6608976 commit ff6365a

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

lib/internal/Magento/Framework/App/ObjectManager/ConfigLoader/Compiled.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use Magento\Framework\ObjectManager\ConfigLoaderInterface;
1010

1111
/**
12-
* Class Compiled
12+
* Load configuration files
1313
*/
1414
class Compiled implements ConfigLoaderInterface
1515
{

lib/internal/Magento/Framework/DB/Select/SelectRenderer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Magento\Framework\DB\Select;
99

1010
/**
11-
* Class SelectRenderer
11+
* Phrase renderer interface
1212
*/
1313
class SelectRenderer implements RendererInterface
1414
{

lib/internal/Magento/Framework/Module/Dir.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Encapsulates directories structure of a Magento module
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/
@@ -11,7 +9,7 @@
119
use Magento\Framework\Component\ComponentRegistrarInterface;
1210

1311
/**
14-
* Class Dir
12+
* Encapsulates directories structure of a Magento module
1513
*/
1614
class Dir
1715
{

lib/internal/Magento/Framework/Phrase/Renderer/Translate.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php
22
/**
3-
* Translate Phrase renderer
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/
@@ -12,7 +10,7 @@
1210
use Psr\Log\LoggerInterface;
1311

1412
/**
15-
* Class Translate
13+
* Translate Phrase renderer
1614
*/
1715
class Translate implements RendererInterface
1816
{

0 commit comments

Comments
 (0)