Skip to content

Commit

Permalink
Merged PR 57147: Add @api annotation to Log Viewer layout
Browse files Browse the repository at this point in the history
## What's being changed

The LogViewer block.

## Why it's being changed

Magento static tests decree that any block referenced in a public layout XML file must be marked with the `@api` annotation.

## How to review / test this change

- Don't see errors relating to this block appear in static tests

Related work items: #267336
  • Loading branch information
sta1r committed Oct 8, 2024
1 parent 9e35b19 commit 41cbc48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Block/Adminhtml/LogViewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

namespace Dotdigitalgroup\Email\Block\Adminhtml;

/**
* @api
*/
class LogViewer extends \Magento\Backend\Block\Widget\Container
{

/**
* @var string
*/
Expand Down

0 comments on commit 41cbc48

Please sign in to comment.