Skip to content

Commit 0a0d463

Browse files
author
Hwashiang Yu
committed
Merge remote-tracking branch 'upstream/2.3.3-develop' into MC-18721
2 parents ec620e9 + 58d3190 commit 0a0d463

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)