Fix loader hint

This commit is contained in:
bzick 2013-07-24 20:09:14 +04:00
parent d5dcfbe410
commit d977c86116

View File

@ -517,7 +517,7 @@ class Fenom {
* @param Fenom\Template $template
* @return bool
*/
protected function _loadTag($tag, Template $template) {
protected function _loadTag($tag, $template) {
return false;
}