mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/17281] Fix some smaller issues
PHPBB3-17281
This commit is contained in:
@@ -87,7 +87,7 @@ abstract class base implements template
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function assign_var($varname, $varval)
|
||||
public function assign_var(string $varname, mixed $varval)
|
||||
{
|
||||
$this->context->assign_var($varname, $varval);
|
||||
|
||||
|
Reference in New Issue
Block a user