Skip to content

Commit 0775a9e

Browse files
committed
deprecated method
1 parent 6b33930 commit 0775a9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/core/Mage/Core/Model/Layout.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,12 @@ protected function _generateAction($node, $parent)
353353
}
354354

355355
/**
356+
* @codeCoverageIgnore
356357
* @param string $method
357358
* @param string[] $args
358359
* @throws Mage_Core_Exception
360+
* @deprecated
361+
* @see Mage_Core_Helper_Security::validateAgainstBlockMethodBlacklist()
359362
*/
360363
protected function validateAgainstBlacklist(Mage_Core_Block_Abstract $block, $method, array $args)
361364
{

0 commit comments

Comments
 (0)