Skip to content

Commit

Permalink
MAGETWO-66350 Fix admin menu bug #4854
Browse files Browse the repository at this point in the history
- suppress warning on coupling between objects
  • Loading branch information
vrann committed Mar 20, 2017
1 parent d6a4d84 commit f92c5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/Magento/Backend/Block/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* @method \Magento\Backend\Block\Menu setAdditionalCacheKeyInfo(array $cacheKeyInfo)
* @method array getAdditionalCacheKeyInfo()
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class Menu extends \Magento\Backend\Block\Template
{
Expand Down

0 comments on commit f92c5fe

Please sign in to comment.