mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12509] Fix doc block
PHPBB3-12509
This commit is contained in:
parent
1e427fa031
commit
9fc2063d86
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ class twig extends \phpbb\template\base
|
|||
*
|
||||
* @param string|array $names Array of names (or detailed names) or string of name of template(s) in inheritance tree order, used by extensions.
|
||||
* @param string|array of string $paths Array of style paths, relative to current root directory
|
||||
* @return phpbb_template $this
|
||||
* @return \phpbb\template\template $this
|
||||
*/
|
||||
public function set_custom_style($names, $paths)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue