Skip to content

Commit 9ee635d

Browse files
committed
REPO-66: [EQP][Sniffs Consolidation] Deliver Magento Coding Standard to magento2ce
- review fixes
1 parent 2495fad commit 9ee635d

File tree

11 files changed

+7
-14
lines changed

11 files changed

+7
-14
lines changed

app/code/Magento/Config/Observer/Config/Backend/Admin/AfterCustomUrlChangedObserver.php

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

1010
/**
11-
* Class AfterCustomUrlChangedObserver
11+
* Class AfterCustomUrlChangedObserver redirects to new custom admin URL.
1212
*
1313
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
1414
*/

app/code/Magento/Customer/Controller/Adminhtml/Index/Viewfile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Magento\Framework\DataObjectFactory;
1818

1919
/**
20-
* Class Viewfile
20+
* Class Viewfile serves to show file or image by file/image name provided in request parameters.
2121
*
2222
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2323
* @SuppressWarnings(PHPMD.AllPurposeAction)

app/code/Magento/Downloadable/Controller/Download/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Magento\Framework\App\ResponseInterface;
1111

1212
/**
13-
* Class Link
13+
* Class Link executes download link action.
1414
*
1515
* @SuppressWarnings(PHPMD.AllPurposeAction)
1616
*/

app/code/Magento/Downloadable/Controller/Download/LinkSample.php

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

1111
/**
12-
* Class LinkSample
12+
* Class LinkSample executes download sample link action.
1313
*
1414
* @SuppressWarnings(PHPMD.AllPurposeAction)
1515
*/

app/code/Magento/Downloadable/Controller/Download/Sample.php

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

1111
/**
12-
* Class Sample
12+
* Class Sample executes download sample action.
1313
*
1414
* @SuppressWarnings(PHPMD.AllPurposeAction)
1515
*/

dev/tests/integration/testsuite/Magento/Framework/Code/GeneratorTest/ParentClassWithNamespace.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
use Zend\Code\Generator\DocBlockGenerator;
99

1010
/**
11-
* Class ParentClassWithNamespace
12-
*
1311
* phpcs:ignoreFile
1412
*/
1513
class ParentClassWithNamespace

dev/tests/integration/testsuite/Magento/Framework/Code/GeneratorTest/SourceClassWithNamespace.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Zend\Code\Generator\ClassGenerator;
99

1010
/**
11-
* Class SourceClassWithNamespace
1211
* phpcs:ignoreFile
1312
*/
1413
class SourceClassWithNamespace extends ParentClassWithNamespace

lib/internal/Magento/Framework/App/Console/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Magento\Framework\App\Console;
77

88
/**
9-
* Class Response
9+
* HTTP response implementation.
1010
*/
1111
class Response implements \Magento\Framework\App\ResponseInterface
1212
{

lib/internal/Magento/Framework/App/Response/Http/FileFactory.php

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

1010
/**
11-
* Class FileFactory
11+
* Class FileFactory serves to declare file content in response for download.
1212
*/
1313
class FileFactory
1414
{

lib/internal/Magento/Framework/Code/Test/Unit/Generator/TestAsset/ParentClass.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
use Zend\Code\Generator\DocBlockGenerator;
99

1010
/**
11-
* Class ParentClass
12-
*
1311
* phpcs:ignoreFile
1412
*/
1513
class ParentClass

0 commit comments

Comments
 (0)