Skip to content

Commit c8777f0

Browse files
committed
Fix static tests
Signed-off-by: Denis Kopylov <dkopylov@magenius.team>
1 parent 19178be commit c8777f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Payment/Helper/Data.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,13 @@ class Data extends AbstractHelper
4747

4848
/**
4949
* Layout
50+
*
5051
* @deprecated
5152
* @var LayoutInterface
5253
*/
5354
protected $_layout;
5455

5556
/**
56-
* LayoutFactory
57-
*
5857
* @var LayoutFactory
5958
*/
6059
private $layoutFactory;

0 commit comments

Comments
 (0)