Skip to content

Commit be9c322

Browse files
committed
MC-16607: Fix Unrelated Static Test Failures
- add wrapper for Zend Framework 1
1 parent cb59746 commit be9c322

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
namespace Magento\Framework\Filter;
7+
8+
/**
9+
* Class NormalizedToLocalized
10+
*/
11+
class NormalizedToLocalized extends \Zend_Filter_NormalizedToLocalized
12+
{
13+
}

0 commit comments

Comments
 (0)