Skip to content

Commit

Permalink
ENGCOM-4194: Static test fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bystritsky committed Feb 12, 2019
1 parent 7db162a commit 9b1d046
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/Template/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* the classes they were introduced for.
*
* @api
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @since 100.0.2
*/
Expand Down
1 change: 1 addition & 0 deletions app/code/Magento/Backup/Model/Backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* @method string getPath()
* @method string getName()
* @method string getTime()
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @api
* @since 100.0.2
Expand Down
7 changes: 5 additions & 2 deletions lib/internal/Magento/Framework/Code/NameBuilder.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<?php
/**
* Name builder
*
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Framework\Code;

/**
* Name builder.
*
* @api
*/
class NameBuilder
{
/**
Expand Down

0 comments on commit 9b1d046

Please sign in to comment.