Skip to content

Commit b75c4e6

Browse files
author
Joan He
committed
MC-18126: Email template improvement
1 parent 2980e38 commit b75c4e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/internal/Magento/Framework/Filter/Template.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ class Template implements \Zend_Filter_Interface
7272
'getdatausingmethod',
7373
'__destruct',
7474
'__call',
75-
'__callStatic',
75+
'__callstatic',
7676
'__set',
7777
'__unset',
7878
'__sleep',
7979
'__wakeup',
8080
'__invoke',
8181
'__set_state',
82-
'__debugInfo',
83-
'___callParent',
84-
'___callPlugins'
82+
'__debuginfo',
83+
'___callparent',
84+
'___callplugins'
8585
];
8686

8787
/**

0 commit comments

Comments
 (0)