mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 02:14:26 +02:00
minor fixes
This commit is contained in:
@@ -13,6 +13,6 @@ class BlockPluginWrapper implements BlockHandlerInterface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function handle($params, $content, Template $template, &$repeat) {
|
public function handle($params, $content, Template $template, &$repeat) {
|
||||||
return call_user_func_array($this->callback, [$params, $content, $template, &$repeat]);
|
return call_user_func_array($this->callback, [$params, $content, &$template, &$repeat]);
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -10,10 +10,6 @@
|
|||||||
|
|
||||||
namespace Smarty\Compile;
|
namespace Smarty\Compile;
|
||||||
|
|
||||||
use Smarty\Compiler\Template;
|
|
||||||
use Smarty\CompilerException;
|
|
||||||
use Smarty\Exception;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Smarty Internal Plugin Compile Object Block Function Class
|
* Smarty Internal Plugin Compile Object Block Function Class
|
||||||
*
|
*
|
||||||
|
@@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
namespace Smarty\Compile;
|
namespace Smarty\Compile;
|
||||||
|
|
||||||
use Smarty\Compile\Base;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Smarty Internal Plugin Compile Object Function Class
|
* Smarty Internal Plugin Compile Object Function Class
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user