php-debugbar icon indicating copy to clipboard operation
php-debugbar copied to clipboard

method definitions doesn't match with the interface in TracableTwigTemplate

Open feyyazesat opened this issue 7 years ago • 0 comments

in v.15.0 release tag, that TracableTwigTemplate extends Twig_Template but hasBlock and getBlockNames methods are not match with the Twig_Template signature's

Twig_Template definitions public function hasBlock($name, array $context = null, array $blocks = array()) public function getBlockNames(array $context = null, array $blocks = array())

TracableTwigTemplate defintions public function hasBlock($name) public function getBlockNames()

feyyazesat avatar May 30 '18 10:05 feyyazesat