Skip to content

Commit 58d3190

Browse files
author
Joan He
authored
Merge pull request #4544 from magento-arcticfoxes/MC-18125
[arcticfoxes] Bug Fixes
2 parents f847c32 + b299b96 commit 58d3190

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
@@ -82,16 +82,16 @@ class Template implements \Zend_Filter_Interface
8282
'getdatausingmethod',
8383
'__destruct',
8484
'__call',
85-
'__callStatic',
85+
'__callstatic',
8686
'__set',
8787
'__unset',
8888
'__sleep',
8989
'__wakeup',
9090
'__invoke',
9191
'__set_state',
92-
'__debugInfo',
93-
'___callParent',
94-
'___callPlugins'
92+
'__debuginfo',
93+
'___callparent',
94+
'___callplugins'
9595
];
9696

9797
/**

0 commit comments

Comments
 (0)