Skip to content

Commit c2cfbbf

Browse files
committed
Merge pull request #53 from magento-mpi/static_tests
MAGETWO-31570: Make live code test more useful for development process
2 parents 46c48d3 + 783d706 commit c2cfbbf

File tree

2,218 files changed

+6751
-511
lines changed

Some content is hidden

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

2,218 files changed

+6751
-511
lines changed

app/code/Magento/AdminNotification/Block/Grid/Renderer/Actions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
* Copyright © 2015 Magento. All rights reserved.
66
* See COPYING.txt for license details.
77
*/
8+
9+
// @codingStandardsIgnoreFile
10+
811
namespace Magento\AdminNotification\Block\Grid\Renderer;
912

1013
class Actions extends \Magento\Backend\Block\Widget\Grid\Column\Renderer\AbstractRenderer

app/code/Magento/AdminNotification/Block/ToolbarEntry.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
namespace Magento\AdminNotification\Block;
710

811
/**

app/code/Magento/AdminNotification/Model/Observer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function __construct(
3939
*
4040
* @param \Magento\Framework\Event\Observer $observer
4141
* @return void
42+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
4243
*/
4344
public function preDispatch(\Magento\Framework\Event\Observer $observer)
4445
{

app/code/Magento/AdminNotification/Model/Resource/Grid/Collection.php

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

7+
// @codingStandardsIgnoreFile
8+
79
/**
810
* AdminNotification Inbox model
911
*

app/code/Magento/AdminNotification/Model/Resource/Inbox.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public function loadLatestNotice(\Magento\AdminNotification\Model\Inbox $object)
5858
*
5959
* @param \Magento\AdminNotification\Model\Inbox $object
6060
* @return array
61+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
6162
*/
6263
public function getNoticeStatus(\Magento\AdminNotification\Model\Inbox $object)
6364
{
@@ -87,6 +88,7 @@ public function getNoticeStatus(\Magento\AdminNotification\Model\Inbox $object)
8788
* @param \Magento\AdminNotification\Model\Inbox $object
8889
* @param array $data
8990
* @return void
91+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
9092
*/
9193
public function parse(\Magento\AdminNotification\Model\Inbox $object, array $data)
9294
{

app/code/Magento/AdminNotification/Model/System/Message/Baseurl.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
namespace Magento\AdminNotification\Model\System\Message;
710

811
class Baseurl implements \Magento\Framework\Notification\MessageInterface

app/code/Magento/AdminNotification/Model/System/Message/Media/Synchronization/Error.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
namespace Magento\AdminNotification\Model\System\Message\Media\Synchronization;
710

811
class Error extends \Magento\AdminNotification\Model\System\Message\Media\AbstractSynchronization

app/code/Magento/AdminNotification/Model/System/Message/Security.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
namespace Magento\AdminNotification\Model\System\Message;
710

811
class Security implements \Magento\Framework\Notification\MessageInterface

app/code/Magento/AdminNotification/view/adminhtml/templates/notification/window.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
?>
710
<?php
811
/**

app/code/Magento/AdminNotification/view/adminhtml/templates/system/messages.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
// @codingStandardsIgnoreFile
8+
69
?>
710
<?php /** @var $this \Magento\AdminNotification\Block\System\Messages */ ?>
811

0 commit comments

Comments
 (0)